@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Job Estimate Inventory Job Estimate Add Edit Estimate Voucher No. Reference No. Voucher Date Customer Vehicle Salesman Subject Description Job Select Job... @foreach($jobs as $job) {{ $job['name'] }} @endforeach Foreign Currency Select Foreign Currency... @foreach($currency as $curr) {{$curr['code']}} @endforeach Export Item Details {{--*/ $i = 0; $num = count($orditems); /*--}} @foreach($orditems as $item) {{--*/ $i++; /*--}} Item Name Item Description Unit {{$item->unit_name}} Quantity Cost/Unit Tx.CodeSREXZR Tx.Inc. NoYes VAT Amount Total @if($num==$i) @else @endif More Info Add Description @endforeach Total Currency Currency Dhs Discount Subtotal VAT Amount Net Amount Header Footer Add Info.. Additional Info Add more Submit Cancel × Select Customer × Select Vehicle × Select Salesman × Select Item × Select Header @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop