@extends('layouts.master') @section('title', 'Create Permission') @section('content')
Add Permission
@if ($errors->any())
@endif
@csrf
Use lowercase with dots to organize (module.feature.action)
Back
@endsection