@extends('layouts.app',['dashBoardTitle'=>'EDIT PERMISSION']) @section('content')
@method('patch') @csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@endsection