@include('layouts.header')
plus-light-mode plus-dark-mode
marker marker Dark
fly fly-Dark
earth

{{__('strings.Explore Morocco')}}

{{__('strings.Txt Unveil the Beauty')}}

{{__('strings.Travel Without Limits Browse Book Explore')}}

banner-top-home
review review Dark
bg-testimonial2
bg-testimonial

{{__('strings.They Love Morocco Trips')}}

{{__('strings.What our clients are saying about us')}}

@if(!empty($reviews)) @foreach($reviews as $review)

{{ $review->title }}

{{ $review->comment }}

{{$review->title}}

{{ $review->name }}

{{ $review->city }}

@for ($i = 1; $i <= 5; $i++) @if ($i <= $review->stars) Filled Star {{ $i }} @else Empty Star {{ $i }} @endif @endfor
@endforeach @endif

{{__('strings.Our Featured Trips')}}

{{__('strings.Favorite destinations based on customer reviews')}}

@if(!empty($trips)) @foreach($trips as $trip)
@php // Get the file path and extension $imagePath = $trip->pictures; // Assuming the image path is stored in the file_path attribute $extension = pathinfo($imagePath, PATHINFO_EXTENSION); // Add text before the extension $modifiedImagePath = preg_replace('/\.' . $extension . '$/', '-cropped.' . $extension, $imagePath); @endphp Best Sale {{ $trip->name }}
4.7 (1 {{__('strings.reviews')}})

@if ($trip->days == 1) 1 {{__('strings.Day')}} @else {{ $trip->days }} {{__('strings.Day')}} @endif

{{__('strings.From')}} /

${{ $trip->price }}
@endforeach @endif
bg-how-dark bg-how-white

{{__('strings.How It Work')}}

{{__('strings.Txt How It Work')}}

img-how
img-how2
img-how3
wave wave-dark
map-marker
{{__('strings.Find Your Destination')}}

Choose your destination based on weather, activities, and budget. Check travel advisories, visa requirements, and safety concerns.

Learn More
tickets
{{__('strings.Book a Ticket')}}

{{__('strings.Txt Pay and Go')}}

Learn More
wallet
{{__('strings.Pay and Go')}}

{{__('strings.Txt Pay and Go')}}

Learn More

{{__('strings.News Tips Guides')}}

{{__('strings.txt news')}}

@if(!empty($blogs)) @foreach($blogs as $article)
@php // Get the file path and extension $imagePath = $article->image; // Assuming the image path is stored in the file_path attribute $extension = pathinfo($imagePath, PATHINFO_EXTENSION); // Add text before the extension $modifiedImagePath = preg_replace('/\.' . $extension . '$/', '-cropped.' . $extension, $imagePath); @endphp {{ $article->title }}
@php $originalDate = \Carbon\Carbon::parse($article->created_at); @endphp
@endforeach @endif
@include('layouts.footerm')