@extends("layouts.admin.app") @section("page-title") Dashboard @endSection @section("page-nav-title")
Roles & Permissions
create new role
Roles & Permissions
Create
@endsection @section("content")
Create New Role
@csrf
Role name
@error("name")
{{$message}}
@enderror
@foreach($permissions as $permission)
id])) checked @endif>
{{ $permission->name }}
@endforeach
@endsection @section("scripts") @endsection