@extends('dashboard.layout.layout') @section('content')

{{ 'Permission edit' }}

@method('patch') @csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
Back
@endsection