@extends('backend.layout.master') @section('title') Stocks @endsection @section('content')
| Id | Product Name | Category | Old Price | Currnt Price | Image | Stock |
|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->name }} | {{ $item->category->name }} | {{ $item->old_price }} | {{ $item->current_price }} |
|
{{ $item->stock }} |
| No available items | ||||||
| Id | Product Name | Category | Old Price | Currnt Price | Image | Stock |
|---|---|---|---|---|---|---|
| {{ $out->id }} | {{ $out->name }} | {{ $out->category->name }} | {{ $out->old_price }} | {{ $out->current_price }} |
|
{{ $out->stock }} |
| No unavailable item | ||||||