@extends('layouts.master') @section('css') @endsection @section('title') Stock Report - {{ $stockItem->name }} Monthly @endsection @section('content')
{{ $stockItem->name }}
Go Back
Month Year Inwards Outwards Running Balance Action
@endsection @section('script') @endsection