@extends('backend.layouts.app') @section('title', 'Create Backend User') @push('styles') @endpush @section('content') @php $pageTitle = 'Create Backend User'; $indexRoute = 'backend-user.index'; $indexLabel = 'Backend Users'; @endphp @include('backend.layouts.partials._page_header')
Fill in the information below to create a new backend user account.