@extends('mail.template') @section('title', 'New Sample Request') @section('subtitle', 'A new sample request has been created by the website') @section('content')

Sample Request Details

New sample request

Hello, admin!

A new sample request has been created by the website

Request ID
{{ $saleData->id }}
Customer Name
{{ $customerData->customer_name }}
Customer Email
{{ $customerData->email }}
View Full Request
@endsection @section('footer-text', 'This sample request notification was sent by PermShield. Please review the request details above.')