@extends('layouts.front-layout') @section('content')
Consultation
Treatments
Delivery
Payment
Patient Details
@csrf
@error('first_name') {{ $message }} @enderror
@error('last_name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('phone_number') {{ $message }} @enderror
Sharing enables your GP to have a full record of your medical history. This step is optional but highly recommended.
Subtotal ({{ $total_item ?: '' }} items)
USD {{ $total ?: '' }}
Shipping Address

Enter postcode to find collection points near you.

{{--
--}}
@endsection