@extends('AdminLte.template') @section('title') Store Stock Ledger Report @endsection @section('ExternalCss') @parent @endsection @section('Content')
@php $title = "Store Stock Ledger"; @endphp

{{$title}}


{{ Form::open(['action' => 'RegisterReportController@stockLedger','autocomplete' => 'off','id' => 'stockLedger']) }}


 








@if($freezeOption == 1) @endif


{{ Form::close() }}

Ledger Freezing Summary

Sr No. Rate Type Last Freezing Month Closing Balance Frozen By
1 Without GST
2 With GST
3 MRP

@if(session()->has('errorMessage'))
× {{ (session()->get('errorMessage'))}}
@endif @endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection