@extends('layouts.master') @section('content')
  • {{$estimatesJoin[0]->client }}
  • {{$estimatesJoin[0]->client_address }}
  • {{$estimatesJoin[0]->billing_address }}
  • {{$estimatesJoin[0]->tax }}

Estimate #{{$estimatesJoin[0]->estimate_number }}

  • Create Date: {{date('d F, Y',strtotime($estimatesJoin[0]->estimate_date)) }}
  • Expiry date: {{date('d F, Y',strtotime($estimatesJoin[0]->expiry_date)) }}
Estimate to: {{$estimatesJoin[0]->client }}
@foreach ($estimatesJoin as $key=>$item ) @endforeach
# 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 }}
Other information

{{$estimatesJoin[0]->other_information }}

@section('script') @endsection @endsection