@extends('admin.layout.base') @section('title') {{'Roles'}} @endsection @section('content')

Create New Role

Create new role and assign to the user.

@include('admin.layout.includes.successWalert')
New Role
@error('name') * {{ $message }} @enderror
Permission:
@foreach($permission as $value)
@endforeach


Cancel @csrf
@endsection