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

Add products to this purchase order

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