@extends('layouts.app') @section('title') Edit Permission @endsection @section('content')
Edit Permission
@method('patch') @csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
Back
@endsection