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

{{ trans('Create EPG for TV program schedule') }}

@php $getUserRoleData = userRoleData(); $EPG = explode(",",$getUserRoleData->EPG); @endphp
@if( count($errors) > 0) @foreach($errors->all() as $error) @endforeach @endif
@if(in_array("Add",$EPG))
{!! Form::token() !!}
@else

Please contact with SuperAdmin

@endif
@endsection