@extends('Email::layout') @section('content')
@switch($to) @case ('admin')

{{__('New booking has been made')}}

@break @case ('vendor')

{{__('Your service has new booking')}}

@break @case ('customer') logo

{{__('Thank you for choosing. ')}} GRIPTHA HOTEL

You have receved a new reservation from a guest with Booking information:

@break @endswitch @include($service->email_new_booking_file ?? '')
@include('Booking::emails.parts.panel-customer') @include('Booking::emails.parts.panel-passengers')
@endsection