@include('email.layout.header')
@csrf
{!! Session::has('msg') ? Session::get("msg") : '' !!}
@include('email.layout.footer')