@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Sales Order Inventory Sales Order Add New Sales Order Voucher No. Reference No. Voucher Date LPO Date Customer Quotation# Description Terms Select Terms... @foreach ($terms as $term) {{ $term['description'] }} @endforeach Job Select Job... @foreach($jobs as $job) {{ $job['name'] }} @endforeach Foreign Currency Select Foreign Currency... @foreach($currency as $curr) {{$curr['code']}} @endforeach Item Details Item Code Item Description Unit Quantity Cost/Unit Tx.Code Tx.Inc. VAT Amt. Total {{--*/ $i = 0; $num = count($quoteitems); /*--}} @foreach($quoteitems as $item) {{--*/ $i++; /*--}} Unit Quantity Cost/Unit Vat% - Amount Discount Total @if($num==$i) @else @endif More Info test @endforeach Total Currency Dhs FC Currency VAT Total Net Amount Footer Add Info.. Additional Info Add more Submit Cancel View History × Select Customer × Select Item @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop