@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']) }}
✱
Store :
From :
To :
Product Name :
Type :
Summary
Detail
Rate:
Without GST
With GST
MRP
@if($freezeOption == 1)
Freeze the Ledger :
@endif
Submit
{{ 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