@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Purchase Invoice

New Invoice


Item Details
{{--*/ $i = 0; $num = count($docitems); $total = $vattotal = $nettotal = $nettotal_dh = $total_dh = $vattotal_dh = 0; /*--}} @foreach($docitems as $poitem) {{--*/ $i++; /*--}}
@if($doctype=='PO') @elseif($doctype=='SDO') @endif
Unit
Quantity
Cost/Unit
Vat% - Amount
Total

@endforeach


Currency
Currency Dhs

Cancel
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop @extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Purchase Invoice

Voucher No. is found empty! Please create in Account Settings.

@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop