@extends(adminLayout()) @section('page-title','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('admin.dashboard')=>__('default.dashboard'), '#'=>isset($pageTitle)?$pageTitle:'' ]]) @endsection @section('content')
{{ __lang('id') }} | {{ __lang('thumbnail') }} | {{ __lang('name') }} | {{ __lang('length') }} | @if(!saas()){{ __lang('size') }} | @endif{{ __lang('added-on') }} | @if(GLOBAL_ACCESS){{ __lang('created-by') }} | @endif{{__lang('actions')}} |
---|---|---|---|---|---|---|---|
{{ $row->id }} | @php $thumb = 'uservideo/'.$row->id.'/'.fileName($row->file_name).'.jpg'; $video = 'uservideo/'.$row->id.'/'.$row->file_name; @endphp @if(saas()) @else @if(file_exists($thumb)) @endif @endif | {{ $row->name }} | @if(!empty($row->length)) {{$row->length}} @endif | @if(!saas())@if(!empty($row->file_size)) {{formatSizeUnits($row->file_size)}} @endif | @endif{{showDate('d/m/Y',$row->created_at)}} | @if(GLOBAL_ACCESS){{ adminName($row->admin_id) }} | @endif{{__lang('play')}} {{ __lang('select') }} |