@extends('Email::layout') @section('content')
{{__('The booking status has been updated')}}
@break @case ('vendor'){{__('The booking status has been updated')}}
@break @case ('customer'){{__('Your booking status has been updated')}}
@break @endswitch @include($service->email_new_booking_file ?? '')