@if (isset($file_url)) @if ($file_type == 'image')
Print
@elseif ($file_type == 'video')
Your browser does not support the video tag.
@elseif ($file_type == 'pdf')
@else
@endif @else
No file available to display.
@endif