@extends('email.template.master')
@section('title')
{{ $title }}
@endsection
@section('content')
{!! $body !!}
@section('footer')
{!! $footer !!}