@extends('admin.public.base') @section('body_class') style="margin: 0 auto;width: 96%;padding: 30px 0px;" @endsection @section('content')
@if (request('id',0)) @endif @foreach ($access_menu as $node)
@if (isset($node['child'])) @foreach ($node['child'] as $child)
@if ( !empty($child['child'])) @foreach ($child['child'] as $op)
@if ( !empty($op['child']))
@foreach ($op['child'] as $k1 => $op1 ) @endforeach
@endif
@endforeach @endif
@endforeach @endif
@endforeach
@csrf
@endsection @section('javascript') @endsection