@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Quotation Purchase Inventory Quotation Purchase Edit Edit Quotation Voucher No. Reference No. Voucher Date Description Job Select Job... @foreach($jobs as $job) @if($orderrow->job_id==$job['id']) {{--*/ $sel = "selected" /*--}} @else {{--*/ $sel = "" /*--}} @endif {{ $job['name'] }} @endforeach Supplier Item Details {{--*/ $i = 0; $num = count($items); /*--}} @foreach($items as $item) {{--*/ $i++; /*--}} Unit {{$item->unit_name}} Quantity Cost/Unit Vat% - Amount Discount Total @if($num==$i) @else @endif More Info @endforeach Total Currency Dhs VAT Total Discount Net Amount Header Footer Add Info.. Additional Info Add more Submit Cancel × Select Supplier × Select Salesman × Select Item × Select Header @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop