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

Purchase Return

@if (count($errors) > 0)
@endif

Edit Order Return


Item Details
Item Code Item Description Unit Quantity Cost/Unit Tx.Code Tx.Inc. VAT Amt. Total
{{--*/ $i = 0; $num = count($orditems); /*--}} @foreach($orditems as $item) {{--*/ $i++; /*--}}
@if($num==$i) @else @endif

@endforeach
Currency
Currency Dhs

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