@extends('layouts.master') @section('css') @endsection @section('title') Stock Items @endsection @section('content')
{{ $stockItem->name }} Purchase History
SN Date Party Qty Unit Purchase Price Gross Value Discount Amount Taxable Amount Tax Total Action
@endsection @section('script') @endsection