@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Purchase Order Inventory Purchase Order Add New Voucher No. Reference No. Voucher Date LPO Date Description Terms Select Terms... @foreach ($terms as $term) {{ $term['description'] }} @endforeach Job Select Job... @foreach($jobs as $job) {{ $job['name'] }} @endforeach Supplier Foreign Currency Select Foreign Currency... @foreach($currency as $curr) {{$curr['name']}} @endforeach Item Details Total Amount Discount Net Amount Additional Info Add more Submit Cancel × Select Supplier × Modal with grid arrangement col-md-6 col-md-6 col-md-12 col-md-6 col-md-6 col-md-6 col-md-6 @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop