@extends('layouts.order-master') @section('css') @endsection @section('title') Item Wise Order @endsection @section('content')

Item Wise Orders

@if (Auth::user()->company_profile->manage_ledger_stock == 1)
@endif
# Item Name Category Base Quantity Taxable Amount Total Amount Action
Total
@endsection @section('script') @endsection