@extends('portal.layout') @section('title','Review details') @php /** @var \App\Models\Job $job */ $payUrl = route('portal.pay.show.job', ['job' => $job->id]); @endphp @section('content')
  1. 1 Details
  2. 2 Pay
  3. 3 Complete

Review your booking

{{-- put your booking details here (dates, car, options, pricing breakdown) --}}
@endsection