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

Purchase Order

New Order


Item Details
{{--*/ $i = 0; $num = count($poitems); /*--}} @foreach($poitems as $poitem) {{--*/ $i++; /*--}}
Unit
Quantity
Cost/Unit
Discount
Total
@if($num==$i) @else @endif

@endforeach
Currency Dhs
FC Currency


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