@extends('layouts.master') @section('content')
@csrf
@foreach ($estimatesJoin as $key=>$item ) @if($key =='1') @endif @if($item->id ==!null) @else @endif @endforeach
# Item Description Unit Cost Qty Total
{{ ++$key }}
Total
Tax
Discount %
Grand Total
@section('script') {{-- delete model --}} @endsection @endsection