@extends('emails.layout') @section('title', $subject) @section('content')
{!! $mail_content !!}
@endsection