@extends('emails.layouts.master') @section('title', trans('mail.post_report_sent_title', ['appName' => config('app.name'), 'countryCode' => config('country.code')])) @section('content')

{{ trans('mail.Post URL') }} : {{ lurl($post->uri) }}

{!! nl2br($report->message) !!}

@endsection