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

{{__('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 ?? '')
@endsection