@extends('emails.confirmation.base') @section('title') {{ $subject }} @endsection @section('content')

{{ $subject }}

{!! $body !!} @endsection