@extends('admin.layout') @section('content')

{{ trans('EPG File List') }}

@php $getUserRoleData = userRoleData(); $EPG = explode(",",$getUserRoleData->EPG); @endphp
@if(session()->has('message'))

{{ trans('labels.Successlabel') }}

{{ session()->get('message') }}
@endif @if(session()->has('error'))

{{ trans('labels.WarningLabel') }}

{{ session()->get('error') }}
@endif
Search By: Last Date
@if( count((array) $errors) > 0) @foreach($errors->all() as $error) @endforeach @endif
@if(in_array("View",$EPG))
{{ trans('Channel ID') }} {{ trans('Display Name') }} {{ trans('Date') }} {{ trans('Time Shift') }} {{ trans('Last Date') }} Action
No Record Found
@if(count((array) $result['myfiles'])) @endif @else

Please contact with SuperAdmin

@endif
@endsection