@extends('layouts.tenant.master') @section('title', 'Products Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Products List

@endsection @section('breadcrumb-items') @endsection @section('content')
@if (session('success')) @endif {{--
Best Selling Product
--}} Create Product Products List   Refresh
@forelse($product as $product) @empty @endforelse
# Product Label SKU Weight Cost Detail Image Action
{{ $product->id }} {{ $product->label }} {{ $product->sku }} {{ $product->weight }} {{ $product->cost }} {{ $product->description }} {{ $product->image }} Restore
--- No Data Found ---
# Product Label SKU Weight Cost Detail Image Action
@endsection @section('script') {{-- sweet alert start --}} {{-- @if (session('success')) @endif @if (session('error')) @endif --}} {{-- sweet alert end --}} @endsection {{-- sweet alert link start --}} {{-- --}} {{-- sweet alert link end --}}