@extends('layouts.app') @section('title', __('dashboard.Add Permission')) @section('page_heading', __('dashboard.Add Permission')) @section('content') @include('layouts.partials.workspace-page-styles')

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

{{ __('dashboard.create_permission_desc') }}

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