@extends('adminlayout.admin') @section('content')

Create a new permission

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