File Path: {{ asset('public/'.$file->file_path) }}
@if(!auth()->user()->can('media_editing'))File Name: {{$file->file_name}}
@endifFile Size: {{BladeHelper::formatBytes($file->file_size)}}
Last updated On:
Warning: Undefined variable $file in /home/spider/public_html/vishraam.spider.ws/resources/views/admin/media/image_details.blade.php on line 7
Warning: Attempt to read property "updated_at" on null in /home/spider/public_html/vishraam.spider.ws/resources/views/admin/media/image_details.blade.php on line 7
Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/spider/public_html/vishraam.spider.ws/resources/views/admin/media/image_details.blade.php on line 7
01 Jan, 1970 12:00 AM
File Type: {{$file->file_type}}
@if($file->media_type == 'Image')File Dimensions: {{$file->dimensions}}
@endif