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

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

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