@extends('Admin/layout/master') @section('title', 'Add Permission') @section('content')
Add Permission
@csrf
@error('name')
{{ $message }}
@enderror
@endsection