@extends('admin.layouts.master') @section('title', 'Create Permission') @section('content')

Create Permission

@csrf
@error('name')
{{ $message }}
@enderror
Cancel
@endsection