@extends('garage.layouts.app') @section('title', 'Create Job Card') @push('styles') @include('shared.garage-purchase-order-ui-styles') @include('shared.garage-split-form-ui-styles') @endpush @push('scripts') @include('garage.partials.ledger-label-helpers') @endpush @section('navbar_lead') @include('garage.partials.split-form-navbar-lead', [ 'icon' => 'bi-file-earmark-plus', 'title' => 'Create job card', 'subtitle' => 'Fetch lines from an '.strtolower($glOrder ?? 'order').' or estimate, then review parts & services.', ]) @endsection @section('content')