@extends('layouts.master') @section('css') @endsection @section('title') Stock Report @endsection @section('content')
{{ $variant->name }}
voucher Date voucher Type voucher Number Transactions Inwards Outwards Value Running Balance
@endsection @section('script') @endsection