@extends('layouts.csd.app') @section('content')

Send Email

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) @endif @endforeach
Compose New Email
@csrf
Please select a site.
Please enter customer name.
Please enter a valid email address.
Please enter a subject.
Please enter the email content.
Optional file attachment
@endsection