@extends('layouts.app') @section('content') @php $date_format = get_company_option('date_format','Y-m-d'); @endphp @php $time_format = get_company_option('time_format',24) == '24' ? 'H:i' : 'h:i A'; @endphp
| {{ _lang('File') }} | {{ _lang('Created') }} | {{ _lang('Modified') }} | {{ _lang('Action') }} | |
|---|---|---|---|---|
| {{ $filemanager->name }} | @else{{ $filemanager->name }} | @endif{{ date("$date_format $time_format", strtotime($filemanager->created_at)) }} | {{ date("$date_format $time_format", strtotime($filemanager->updated_at)) }} |
|