@extends('backend.layout.master') @section('title') All Items @endsection @section('content')
@session('status') @endsession

All Items

@forelse ($items as $item) @empty @endforelse
Id Product Name Category Old Price Currnt Price Stock Image Actions
{{ $item->id }} {{ $item->name }} {{ $item->category->name }} {{ $item->old_price }} {{ $item->current_price }} {{ $item->stock }}
No Item Added
{{-- ADD MODAL BOX --}} {{-- UPDATE MODAL BOX --}} {{-- DELETE MODAL BOX --}} @endsection @push('js') @endpush