@extends('layouts.app') @section('title', 'Permission') @section('content') @csrf @include('permission.partials.form', ['header' => 'Create a Permission']) @stop @push('styles') @endpush @push('scripts') @endpush