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

Goods Receipt Note

@if(Session::has('message'))

{{ Session::get('message') }}

@endif

Goods Receipt Note

@foreach($orders as $order) @endforeach
GRN. No GNR. Date Supplier Amount
{{ $order->voucher_no }} {{ date('d-m-Y', strtotime($order->voucher_date)) }} {{ $order->supplier }} {{ number_format($order->net_total,2) }}

Goods Receipt Note Report

Date From: Date To:
Search By:
Supplier:


@stop {{-- page level scripts --}} @section('footer_scripts') @stop