@extends('email.main') @section('content') @if(isset($body->header)) {!! $body->header!!}

@endif @if(isset($body->content)) {!! $body->content!!}
@endif
@if(isset($body->footer)) {!! $body->footer!!} @endif @endsection