@extends('mail.layout') @section('content')
AMOUNT PAID ${{ number_format($invoice->total_cost, 2) }}
Payment Date {{ now()->format('F j, Y') }}
Invoice Number #{{ $invoice->workorder->workorder_number }}
Work Order #{{ $invoice->workorder->workorder_number }}
View Invoice

If you have any questions, reply to this email or contact us at {{ $invoice->workshopSite->phone_number ?? 'support' }}.

@endsection