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