@extends('garage.layouts.app') @section('title', 'New '.strtolower($glOrder ?? 'order')) @push('styles') @include('shared.garage-purchase-order-ui-styles') @include('shared.garage-split-form-ui-styles') @endpush @section('navbar_lead') @include('garage.partials.split-form-navbar-lead', [ 'icon' => 'bi-wrench-adjustable', 'title' => $glOrder ?? 'Order', 'subtitle' => 'Create a work-in-progress '.strtolower($glOrder ?? 'order').'. You can keep editing it during repair, then create final sale invoice from it.', ]) @endsection @section('content')