@extends('emails.email-template') @section('title', 'Transaction Export') @section('subtitle', 'Your requested data is ready') @section('company_name', config('app.name')) @section('greeting', 'Hello ' . $user->name) @section('content')
You recently requested an export of your transaction data. Your {{ $exportType }} file is attached to this email.
@endsection @section('additional_content')Export Summary:
If you did not request this export or have any questions, please contact our support team immediately.
@endsection @section('footer') Thank you for choosing our services. Best regards, The Support Team. @endsection