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

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

@php $getUserRoleData = userRoleData(); $EPG = explode(",",$getUserRoleData->EPG); @endphp
@if( count((array) $errors) > 0) @foreach($errors->all() as $error) @endforeach @endif
@if(in_array("View",$EPG))
File Name Action
No Record Found
@else

Please contact with SuperAdmin

@endif
@endsection