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

Create EPG Manually

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

Please contact with SuperAdmin

@endif
@endsection