@extends('garage.layouts.app') @section('title', 'New sale') @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-shop-window', 'title' => 'Counter sale', 'subtitle' => 'Parts with available stock on the left. Customer sale bills a customer and vehicle; cash sale is walk-in with no customer on record.', ]) @endsection @section('content')