@extends('layout.master') @section('main_content')

Create Permission

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