@extends('emails.layouts.app') @section('content')
{!! $body !!}
@include('emails.layouts.footer')
@endsection