@extends('beautymail::templates.minty') @section('content') @include('beautymail::templates.minty.contentStart')

{{ 'Hi, '.@$customers->name }}

{{ $title ?? "N/A"}}
{{ $description ?? "N/A"}}
MACHINE NAME {{ $equipment->machine_name ?? "N/A"}} Unit Number {{ $equipment->unit_number ?? "N/A"}}
Make {{ $equipment->make ?? "N/A"}} Model {{ $equipment->model ?? "N/A"}}
Serial Number {{ $equipment->serial_number ?? "N/A"}} Date Of Manufactur {{ $equipment->date_of_manufactur ?? "N/A"}}
Last Service Date {{ $equipment->last_service_date ?? "N/A"}} Next service date {{ $equipment->next_service_dates ?? "N/A"}}
@include('beautymail::templates.minty.contentEnd') @stop