@extends('emails.layouts.master') @section('title', trans('mail.post_reviewed_title', ['title' => str_limit($post->title, 50)])) @section('content')

@lang('mail.post_reviewed_content_1', [ 'postUrl' => lurl($post->uri), 'title' => mb_ucfirst($post->title) ]) @lang('mail.post_reviewed_content_2', ['appName' => config('app.name')]) @lang('mail.post_reviewed_content_3', ['appName' => config('app.name')])

@endsection