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

Add User

--}}
Placeholder32x32

Add Permission

dashboard > manage permission > add new permission
@csrf
@error('guard_name'){{$message}}@enderror
@error('name'){{$message}}@enderror
Cancel
@endsection