@extends('layouts.admin')
@section('title', 'Create Permission')
@section('content')
Create New Permission
Back to List
@if($errors->any())
Please fix the following errors:
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@push('styles')
@endpush
@push('scripts')
@endpush