@extends('website.layouts.master', ['no_transparent_header' => false]) @section('css') @endsection @section('content')
Return Back

{{ $visa->name }}

{{ $visa->country->name }}

5.0/5

@if($visa->lowest)

Started

{{ $visa->lowest }} L.E

Check Visa Type
@else
No Price Available
@endif

Know more about {{ $visa->name }}

{!! $visa->description !!}

{{-- rate --}}
No rate yet
@if($visa->types) {{-- rooms --}}
Choose your visa type
@foreach ($visa->types as $item)
{{-- available rooms --}}
{{ $item->name }}
Price for 1 person
1 Person

Total Price for 1 Person

{{ $item->sell }} L.E

Choose Traveling Date
@endforeach
@endif {{-- related hotels --}}

Hotels You Might Like in {{ $visa->destination->name }}

Here is a list of packages for you
@foreach ($units as $item) @include('website.layouts.components.hotel_slider') @endforeach
@endsection @section('js') {{-- gallery lightbox --}} @endsection