@extends('layouts.master') @section('title') @lang('translation.Invoice_Detail') @endsection @section('content') @component('common-components.breadcrumb') @slot('pagetitle') Invoices @endslot @slot('title') Invoice Detail @endslot @endcomponent
641 Counts Lane Wilmore, KY 40390
--}}{{ $data['user']['name'] }}
{{ $data['user']['email'] }}
{{--{{ $data['user']['email'] }}
--}}4450 Fancher Drive Dallas, TX 75247
PrestonMiller@armyspy.com
001-234-5678
#MN0131
09 Jul, 2020
#1123456
No. | Item | Price | deposit | Quantity | Total |
---|---|---|---|---|---|
01 |
{{ $item['products']['title']}}
|
${{ $item['price'] }} | ${{ $item['deposit'] }} | {{ $item['quantity'] }} | {{ $item['quantity'] * $item['price'] }} |
Sub Total | ${{ $data->total_price }} | ||||
Discount : | - $50.00 | ||||
Shipping Charge : | $25.00 | ||||
Tax | $13.00 | ||||
Total |
${{ $data->total_price }} |