@extends('layouts.master') @section('css') @endsection @section('title') Batch Report @endsection @section('content')
Batch Report {{ $batch->name }}
SN Item Code Item Name Stock Group Opening Stock Inwards Outwards Stock
@endsection @section('script') @endsection