@extends('layouts.master') @section('css') @endsection @section('title') Item Wise Sale @endsection @section('content')

Item Wise Sale

@if (Auth::user()->company_profile->manage_ledger_stock == 1)
@endif
# Item Name Stock Group Mrp Base Quantity Taxable Amount Amount Free Quantity Dicount Given Trade Discount Special Discount Action
Total
@endsection @section('script') @endsection