@extends('layouts.admin') @section('page-title','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('admin.dashboard')=>__('default.dashboard'), '#'=>isset($pageTitle)?$pageTitle:'' ]]) @endsection @section('search-form')
@endsection @section('content') {{ __lang('add-video') }}{{ __lang('id') }} | {{ __lang('thumbnail') }} | {{ __lang('Name') }} | {{ __lang('video_driver') }} | @php if(GLOBAL_ACCESS): @endphp{{ __lang('Created By') }} | @php endif; @endphp{{ __lang('Actions') }} |
---|---|---|---|---|---|
{{$row->id}} | @php $thumb = 'uservideo/'.$row->id.'/'.fileName($row->file_name).'.jpg'; $video = 'uservideo/'.$row->id.'/'.$row->file_name; @endphp @php if(file_exists($thumb)): @endphp @php endif; @endphp @php if(!file_exists($thumb)): @endphp {{ __lang('file-missing') }} @php endif; @endphp | {{$row->name}}
{{ __lang('Length') }}
@php if(!empty($row->length)): @endphp {{ $row->length }} @php endif; @endphp {{ __lang('size') }}
@php if (!empty($row->file_size)): @endphp {{ formatSizeUnits($row->file_size) }} @php endif; @endphp {{ __lang('type') }}
{{ strtoupper(@pathinfo($row->file_name)['extension']) }} {{ __lang('Added On') }}
{{ showDate('d/m/Y',$row->created_at) }} |
{{ $row->location=='r'?'S3':__lang('local') }} | @php if(GLOBAL_ACCESS): @endphp{{adminName($row->admin_id)}} | @php endif; @endphp
|