![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/resources/views/emails/ |
@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url')]) <img src="{{ asset(getAppLogo()) }}" class="logo" alt="{{ getAppName() }}"> @endcomponent @endslot {{-- Body --}} <div> <h2>Hello, <b>{{ $name }}</b></h2> <p><b>{{ $patientName }}</b> Booked appointment with you with service <b>{{$service}}</b>.</p> <p><b>Appointment Time : </b>{{ $date }} - {{ $time }}</p> <p>Thanks & Regards,</p> <p>{{ getAppName() }}</p> </div> {{-- Footer --}} @slot('footer') @component('mail::footer') <h6>© {{ date('Y') }} {{ getAppName() }}.</h6> @endcomponent @endslot @endcomponent