@extends('layouts.app') @section('content')
Delivery Prices
@csrf
Import Delivery Prices
Download Sample CSV
@csrf
@foreach($dispatch_details as $details) @endforeach
Location Outlet Price Action
{{$details->location_name}} {{$details->location_branch}} GH₵{{$details->location_price}}
   
New Pricing
@csrf
Name of Location*
Price / Amount *
Outlet*
@foreach($dispatch_details as $prices) @endforeach @endsection