@extends('Email::layout') @section('content')
{{__('New booking has been made')}}
@break @case ('vendor'){{__('Your service has new booking')}}
@break @case ('customer')
{{__('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 ?? '')