• 0
  • {{ count(auth()->user()->cart) }}
    • {{ count(auth()->user()->cart) }} items in the basket. View details/checkout
    • @foreach(auth()->user()->cart as $cartItem) @php $itemData = json_decode($cartItem->item); @endphp
    • Courier Image

      {{$itemData->service->Name}}

      {{ $itemData->shipment->ship_from->address_1 }}

      {{ \Carbon\Carbon::parse($itemData->shipment->collection_date)->isoFormat('MMMM DD, YYYY') }}

    • @endforeach
  • Profile {{Auth::User()->first_name}}
    • {{Auth::User()->first_name. " ".Auth::User()->last_name}}
      {{-- Web Designer --}}


    • {{--
    • Account Settings
    • --}}

    • Settings
    • Need Help?

    • Sign Out