@extends('layouts.master') @section('content')
| # | ITEM | DESCRIPTION | UNIT COST | QUANTITY | AMOUNT |
|---|---|---|---|---|---|
| {{ ++$key }} | {{ $item->item }} | {{ $item->description }} | ${{ $item->unit_cost }} | {{ $item->qty }} | ${{ $item->amount }} |
| Subtotal: | {{$estimatesJoin[0]->total }} |
|---|---|
| Tax: (25%) | {{$estimatesJoin[0]->tax_1 }} |
| Total: | {{$estimatesJoin[0]->total }} |
{{$estimatesJoin[0]->other_information }}