@extends('layouts.master') @section('css') @endsection @section('title') Stock Report @endsection @section('content')
{{ $stockItem->name }}
Go Back
stock Location Opening Stock Inwards Outwards Closing Stock
@endsection @section('script') @endsection