@extends('backend.layouts.app') @section('title', 'Create Role') @push('styles') @endpush @section('content') @php $pageTitle = 'Create Role'; $indexRoute = 'roles.index'; $indexLabel = 'Roles'; @endphp @include('backend.layouts.partials._page_header')