@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

{{-- --}} {{-- Tours GRID --}}
{{-- SEARCH --}} {{-- --}} {{-- END OF SEARCH --}}
{{-- Tours Loop --}} @forelse($tours as $tour)
{{-- @if (!empty($tour->featured_photo)) --}} {{-- photo --}} preview {{-- @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
--}}
@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