@extends('dashboard.layouts.app') @section('title', __('dashboard.Add Permission')) @section('page_heading', __('dashboard.Add Permission')) @section('breadcrumb') @endsection @section('content')

{{ __('dashboard.Add Permission') }}

@csrf
@error('name')
{{ $message }}
@enderror
@error('guard_name')
{{ $message }}
@enderror
{{ __('dashboard.Cancel') }}
@endsection