@extends('backend.layouts.app') @section('title', 'Create Route') @section('content') @php $pageTitle = 'Create Route'; $indexRoute = 'admin.routes.index'; $indexLabel = 'Routes'; @endphp @include('backend.layouts.partials._page_header')
Fill in the information below to create a new route entry.