{{-- resources/views/emails/layouts/master.blade.php --}} @yield('title', 'EPDF Health System')
@include('emails.components.header')
@yield('content')
@include('emails.components.footer')