@extends('layouts.master') @section('css') @endsection @section('title') Ledger Stock Entry @endsection @section('content')

Ledger Stock Entry

@if (Session::has('success')) @elseif(Session::has('error')) @endif
Code Date Ledger Inserted By Amount Action
@endsection @section('script') @endsection