@extends('admin.template.layout') @section('content')
@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
@endsection @section('script') @stop