@extends('frontend.layouts.master2') @section('title') Tanzania Mainland @endsection @section('main-content')

Tanzania Mainland

Home Tanzania Mainland
@if($tours) @foreach($tours as $tour)
{{$tour->title}}
${{$tour->price}} per Person
${{$tour->price_per_child}} per Child

{{$tour->tags}}

{{-- --}} {{$tour->number_of_days}} days
@endforeach @endif
@endsection