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

Stock Ledger

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

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

@endif

Stock Ledger

Date From: Date To:
Search By: Location:
    Include Job No  
Customer:

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