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

Quotation Purchase

Edit Quotation


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

@endforeach
Currency Dhs


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