@extends('backend.layouts.app') @section('title', 'Create Application') @section('content') @php $pageTitle = 'Create Application'; $indexRoute = 'content-application.index'; $indexLabel = 'Links'; @endphp @include('backend.layouts.partials._page_header')
@endsection @push('scripts') @endpush