@if ($profile_image)
@if ($profile_image->getClientOriginalExtension() == "jpg" || $profile_image->getClientOriginalExtension() == "jpeg" ||
$profile_image->getClientOriginalExtension() == "png")
@else
That is not the required Profile Image in our Terms and Condition
@endif
@endif