@extends('frontend/layouts_frontend/master_frontend') @section('title') Tours - Relocate Uganda @endsection @section('extra_styles') @endsection {{-- CONTENT SECTION --}} @section('content') Tours Available We have the tours you have been looking for ! {{-- Advanced Search Property Type Family House tour Condo All Categories Rent Sell Buy All Cities Los Angeles Chicago Philadelphia Price: $ - Search --}} {{-- Tours GRID --}} {{-- SEARCH --}} {{-- Search Search --}} {{-- END OF SEARCH --}} {{-- Tours Loop --}} @forelse($tours as $tour) {{-- @if (!empty($tour->featured_photo)) --}} {{-- --}} {{-- @else N/A @endif --}} @if ($tour->booking_status == 1) Available @elseif($tour->booking_status == 0) Booked @else N/A @endif {{-- @if (!empty($tour->slots_available)) {{ $tour->slots_available }} @else N/A @endif --}} Details {{ $tour->name }} @if (!empty($tour->destination)) {{ $tour->destination }} @else No Destination @endif Slots: @if (!empty($tour->slots_available)) {{ $tour->slots_available }} @else N/A @endif Singles: @if (!empty($tour->tour_single_cost)) {{ $tour->tour_single_cost }} UGX @else N/A @endif @empty No tours found.. @endforelse {{-- End of Tours loop --}} {{-- END OF Tours GRID --}} @endsection {{-- END OF MAIN CONTENT SECTION --}} @section('extra_scripts') @endsection
We have the tours you have been looking for !