@extends('layouts.app') @section('title','New Sale')@section('page-title','New Sale') @section('content')
@csrf
Add Products

Search and add products to this sale

Order Details
@if(auth()->user()->isAdmin())
@else
{{ auth()->user()->branch?->name }}
@endif
Subtotal (USD)$0.00
Subtotal (LRD)LRD 0.00
Total (USD)$0.00
@endsection @push('scripts') @endpush