@extends('Email::layout') @section('content')
{{__('New booking has been made')}}
@break @case ('vendor'){{__('Your service has new booking')}}
@break @case ('customer'){{__('Thank you for booking with us. Here are your booking information:')}}
@break @endswitch @include($service->email_new_booking_file ?? '')