@extends('Admin.master_layout.master') @section('title', getTitleInPage()) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('styles') @endsection @section('content')

{{ getTitleInPage() }} - Edit


@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
{{ getTitleInPage() }} - Edit
not_allow_portal == 1)?'checked':'' }} id="not_allow_portal" />
allow_show_forms_on_dashboard == 1)?'checked':'' }} id="allow_show_forms_on_dashboard" />
is_hide_show_dashboard == 1)?'checked':'' }} id="is_hide_show_dashboard" />
is_hide_show_web_dashboard == 1)?'checked':'' }} id="is_hide_show_web_dashboard" />






























@foreach($module as $key => $mod) @php $submenu = DB::table('master_menu')->where(['parent_master_menu_id'=>$mod->id, 'deleted_at'=>null])->get(); @endphp
@foreach($submenu as $k => $m) @php $pslug = explode(",",$m->permission_role); $trxServices = json_decode($m->trx_services); @endphp
{{ $m->name }} : @php $smodule = DB::table('roles_menu_permission')->where(['roles_id'=>$admin_role->id, 'module'=>$m->permission_slug])->get(); //pr($smodule); @endphp
all @foreach($pslug as $k1 => $m1) {{ $m1 }} @endforeach @if(count($trxServices) > 0) Trx services @endif
Show In App
Show In Web
@endforeach
@endforeach
Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection