@extends('Admin.Layout.main_layout') @section('title','Add Permission') @section('main_container')

Add Permission

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