@if(session()->has('message'))
@endif
@if(session()->has('error'))
@endif
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}
@if( count((array) $errors) > 0)
@foreach($errors->all() as $error)
{{ trans('labels.Error') }}:
{{ $error }}
@endforeach
@endif
@if(in_array("View",$EPG))
@if(count((array) $result['myfiles']))
{{ trans('Channel ID') }} | {{ trans('Display Name') }} | {{ trans('Date') }} | {{ trans('Time Shift') }} | {{ trans('Last Date') }} | Action | No Record Found |
---|
{{ $result['files']->links() }}
@endif
@else
Please contact with SuperAdmin
@endif