Products

@if ($message = Session::get('success')) @endif @forelse ($products as $product) @empty @endforelse
PRODUCT NAME PRICE CATEGORY DESCRIPTION PUBLISHED ON
@if($product->images->isNotEmpty()) Product Image @else @endif {{ $product->name }} ${{ $product->price }} {{ $product->category->name ?? 'N/A' }} {!! $product->description !!} {{ $product->created_at->format('M d, h:i A') }} View Edit
@csrf @method('PATCH')
Remove
No product logged.
@include('partials.pagination', ['paginator' => $products])