@extends('emails.layouts.base') @section('title', __('Admin Notification')) @section('header', __('New Notification')) @section('content')

{{ __('Hello') }} Admin,

{{ __("We're pleased to inform you that there's an update") }}:

{{ __('Type') }}: {{ $title }}
{{ __('Message') }}: {{ $body }}

{{ __('This message was sent to notify you of recent activity.') }}

@endsection