@extends('garage.layouts.app') @section('title', 'Edit '.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-pencil-square', 'title' => 'Edit '.($glOrder ?? 'Order'), 'subtitle' => 'You can keep changing parts during repair. When completed, create final sale invoice from this '.strtolower($glOrder ?? 'order').'.', ]) @endsection @section('content')