@extends('web.default.layouts.email') @section('body')

{{ $notification['title'] }}

{!! $notification['message'] !!}

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

@endsection