@extends("layouts.admin.app") @section("page-title") Dashboard @endSection @section("page-nav-title")

Roles & Permissions

create new role

@endsection @section("content")

Create New Role

@csrf
@error("name")
{{$message}}
@enderror
@endsection @section("scripts") @endsection