@extends("admin.template.layout") @section('content')
{{$page_heading}}
@csrf()
@php $c=0; @endphp @foreach($site_modules as $moduleKey=>$moduleValue) @php $c++; @endphp @endforeach
# Module Operations
{{$c}} {{$moduleValue['name']}} @foreach($moduleValue['operations'] as $operationKey) @php $options = json_decode($permissions[$moduleKey]??''); @endphp @endforeach
@stop @section('script') @stop