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

Edit Permission

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