@extends('admin.layouts.master') @section('page-title') Roles Create @endsection @section('main-content')
Roles Create
@csrf
@error('name') @enderror
@foreach($modules as $module) @endforeach
Name View Create Edit Delete
{{ $module->name }}
id}")) checked @endif>
id}")) checked @endif>
id}")) checked @endif>
id}")) checked @endif>
Cancel
@endsection @section('script') @endsection