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