@extends('mail.template') @section('content')
{{-- {{print_r($sale)}} --}}
Hello, admin!
A new order has been created by the website
Order ID: {{ $saleData->id }}
Customer Name: {{ $customerData->customer_name }}
Customer Email: {{ $customerData->email }}