@extends('layouts.admin') @section('title', 'Send Email to User') @section('content')

Send Email to {{ $user->name }}

Back to Users

Compose Email

@endsection