File Path: {{ asset('public/'.$file->file_path) }}

@if(!auth()->user()->can('media_editing'))

File Name: {{$file->file_name}}

@endif

File 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
@if(auth()->user()->can('media_editing'))
@csrf
@php $file_parts = pathinfo($file->file_name); $file_ext = $file_parts['extension']; $file_name = $file_parts['filename']; @endphp
.{{$file_ext}}
Because of some security reasons a unique code will automatically append to file name
@if($file->media_type == 'Image')
@else
@endif
@endif