@extends('layouts.app') @section('title', 'Landmark') @section('content') @if (!($component === 'next-steps'))
Back
@endif
@include('components.booking.' . $component) @include('components.booking.booking-details')
@endsection