@extends('emails.layout')
@section('salutation')
ORDER INVOICE
@endsection
@section('content')
testsRequested();
?>
|
|
|
TOTAL |
|
${{$storeOrder->total()}}
|
|
|
|
Lab Information
{{$storeOrder->lab()->name}}
{!! $storeOrder->lab()->address() !!}
|
Billing Information
Bill To:
{{$storeOrder->client->displayName()}}
|
|
@endsection