Home
Dashboards
Delivery Price
@if(auth()->user()->role == "Sales Person" || auth()->user()->role == "Call Center")
New Sale
@endif
Location
Branch
Price
@foreach($dispatch_details as $details)
{{$details->location_name}}
{{$details->location_branch}}
GH₵{{$details->location_price}}
@endforeach
@include('modal.delivery-modal-pop') @include('modal.delivery-modal')