@extends('admin.layouts.master') @section('title', __('Send Custom Mail')) @section('content')

{{ __('Send Custom Mail') }}

{{ __('Compose and send an email to one or more users using the site template.') }}

@csrf
{{ __('Hold Ctrl/Cmd to select multiple users.') }}
@endsection @push('scripts') @endpush