@extends('../layout/' . $layout) @section('subhead') Atarud MIS - Edit Role @endsection @section('subcontent')

Edit Role

Role

@csrf @method('put')
Role Name

Permissions

@foreach($permission as $key => $value) @if($key % 4 == 0)
@endif
@if ($loop->iteration % 4 == 0) @endif @endforeach
@endsection @section('script') @endsection