Battery Guardians

6400 Baltimore National Pike, Catonsville, MD, USA
(410) 878-2552
dimokaraboyukov@gmail.com

Car Specification

Vin {{ $order->vinNumber }}
State {{ $order->state }}
Year {{ $order->year }}
Make {{ $order->make }}
Model {{ $order->model }}
INVOICE TO:

{{ $order->customer_fname.' '.$order->customer_lname }}

{{ $order->customer_address }}
{{ $order->customer_phone }}
{{ $order->customer_company }}
Date of Invoice: {{ $order->created_at->format('d/m/Y') }}
@php $orderItem = DB::table('order_items')->where(['order_id' => $order->id])->get(); $total = 0; $subtotal = 0; foreach ($orderItem as $key => $value) { $total+= $value->price * $value->qty; $subtotal+= $value->price; } @endphp @foreach($orderItem as $key => $item) @endforeach
# Item Name Item Image Price Qty Amount
{{$item->id}} {{$item->name}} ${{$item->price}} {{$item->qty}} ${{$item->price}}
SUBTOTAL ${{ $subtotal }}
GRAND TOTAL ${{ $total }}
Thank you!
Invoice was created on a computer and is valid without the signature and seal.