@include('layouts.email.header')
@yield('title')
@yield('content')
@include('layouts.email.footer')