@extends('layouts.dashboard') @section('title', 'Dashboard') @section('page-title', 'User Dashboard') @section('content')
| so_no | item_name | category | hsn | qty | rate |
|---|---|---|---|---|---|
| SO1001 | LED Bulb | Electronics | 94054090 | 100 | 120 |
| SO1002 | USB Cable | Electronics | 85444999 | 200 | 50 |
| SO No | Box | Items | Dimension | Weight | Status | Action |
|---|---|---|---|---|---|---|
| {{ $so->so_no }} | {{ $so->box }} | @if(is_array($so->items)) {{ implode(', ', $so->items) }} @else {{ $so->items }} @endif | {{ $so->dimension }} | {{ $so->weight }} | {{ $so->status }} |