@extends('buyer.layout') @section('title')
Sub-Category: Headwear
Buyer: John Doe (john{{ $index }}@example.com)
Received:
{{ now()->subMinutes($index * 8)->format('d M Y, h:i A') }}
| RFID | Sub-Category | Buyer | Received | Status | Actions | |
|---|---|---|---|---|---|---|
| RFID00{{ $index }} | Socks | John Doe | john{{ $index }}@example.com | {{ now()->subMinutes($index * 10)->format('d M Y, h:i A') }} |
@if ($index == 1)
Unread @elseRead @endif |
View |