@extends('emails.layouts.app') @section('content')
|
Dear {!! $receiver_name !!}, I hope you are doing well.
{{$subject}}
{!! $content !!} {{__('Please provide correct information for following pages.')}}
|