@extends('front.layout.app') @section('content')

{{$service->name ?? ''}}

This is perfect for you if...

@php $longDescription = json_decode($service->long_description) @endphp @foreach($longDescription as $description)

{!! $description ?? ''!!}

@endforeach
What's Included:
@php $points = json_decode($service->points) @endphp
    @foreach($points as $point)
  • {{$point ?? ''}}
  • @endforeach

Investment Starting At: ${{$service->amount ?? ''}}

Go & Discover

Breathtaking Cities

Prepare to be amazed by a collection of the world's most breathtaking cities. Immerse yourself in stunning architecture,
vibrant cultures, and breathtaking landscapes. These cities will leave you spellbound and inspire your next travel adventure.

{{-- --}}
@endsection