@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url')]) @endcomponent @endslot {{-- Body --}}

{{ __('messages.mail.hello') }} {{ $name }}

{{ __('messages.mail.book_successfully') }} {{$date}} {{ __('messages.mail.between') }} {{ $from_time }} {{ __('messages.common.to') }} {{ $to_time }}

{{ __('messages.mail.thanks_regard') }}

{{ getAppName() }}

{{-- Footer --}} @slot('footer') @component('mail::footer')
© {{ date('Y') }} {{ getAppName() }}.
@endcomponent @endslot @endcomponent