@extends('layouts.app-master') @section('content')

Add new permission

Add new permission.
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
Back
@endsection