@extends('website.layouts.master', ['no_header' => true, 'no_transparent_header' => false]) @section('css') @endsection @section('content')
One of the best travel agencies in Egypt
@include('website.layouts.includes.topbar_transp')

Let's go somewhere

Cheapst and Quickest Airline Tickets

We provide the best price for the airline tickets

@if (Session::has('success'))

Thank you for using our service

Your request has been sent successfully
Discover the world now

@else
@csrf
@error('phone_number') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('from_destination_id') {{ $message }} @enderror
@error('to_destination_id') {{ $message }} @enderror
@error('subject') {{ $message }} @enderror
@error('content') {{ $message }} @enderror
@endif
@endsection @section('js') @endsection