@extends('design_1.web.emails.layout') @section('body')

{{ $notification['title'] }}

{!! nl2br($notification['message']) !!}

{{ trans('notification.email_ignore_msg') }}

@endsection