@extends('admin.layouts.app') @section('title', 'Deleted Products') @push('styles') @endpush @section('admin_content') @php $countDeletedData = App\Models\Product::onlyTrashed()->get(); @endphp
S/N | Product Thumbnail | Product Name | Product Price | Created At | Action |
---|---|---|---|---|---|
{{$key+1 }} | {{ $product->product_name }} | {{ $product->selling_price }} | {{ $product->created_at->diffForHumans() }} | Restore |