@extends('backend.layouts.app') @section('title', 'Create Permission') @section('content') @php $pageTitle = 'Create Permission'; $indexRoute = 'permissions.index'; $indexLabel = 'Permissions'; @endphp @include('backend.layouts.partials._page_header')