@extends('components.app') @section('styles') @endsection @section('title') Add Role @endsection @section('content')
{{--

Add User

--}}
Placeholder32x32

Add Role

dashboard > manage roles > add new role
@csrf
@error('guard_name'){{$message}}@enderror
@error('name'){{$message}}@enderror
Assign Permissions To Role
@foreach ($permissions as $item)
@endforeach
Cancel
@endsection @section('scripts') @endsection