@extends('layouts.admin') @section('content')
| Product | Shop Name | Report Status | Action |
|---|---|---|---|
| {{ $firstReport->product->name }} | {{ $firstReport->product->user->shop_name }} | @if ($firstReport->product->status == 1) Published @elseif ($firstReport->product->status == 0) Unpublished Warning @elseif ($firstReport->product->status == 2) Blocked @else Unknown Status @endif |