@php /** * Display a listing of the resource. * * Create file manager button input * @accepts int i ($file_manager_incrementor), string name, string datatype default image (image, file), string value, string comment optional * */ if(empty($filetype)) { $filetype = 'image'; } @endphp
Choose
@if(!empty($comment)) {{ $comment }} @endif @if($filetype == 'image') @endif