@extends('layouts.app') @push('css') @endpush @section('content') @include('layouts.sidebar')

All Products

@foreach ($product as $item) @endforeach
Product No Name Price Status Remarks Action
{{ $item->product_no }} {{ $item->name }} {{ $item->price }} {{ $item->status }} {{ $item->remarks }} Edit Delete
Product No Name Price Status Remarks Action
@include('layouts.footer') @push('js') @endpush @endsection