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

{{ $item->name }}

# Shop Name Base Quantity Taxable Amount Amount Free Quantity Discount Given
@endsection @section('script') @endsection