@extends('emails.layouts.template') @include('emails.layouts.simple_header', ['mailTitle' => 'Notification Mail']) @section('mail_body')
Hi, {!! ucwords($receiver_name) !!}

Notification

You are receiving this email because some other admin perform some action in admin panel.

{!! $description !!}

Click here to see the activity.

{!! $sender_name !!}
454545454545
mtesting
@endsection