@extends('garage.layouts.app') @section('title', 'New purchase 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-bag-plus', 'title' => 'New purchase order', 'subtitle' => 'Pick parts from inventory on the left. Adjust quantities and prices on the right, then save.', ]) @endsection @section('content')