@extends('layouts.admin') @section('content')
| Code | Category Tree | Title | Images | Added At | Is On Home |
|---|---|---|---|---|---|
| {{$product->code}} | {{config("coco.main.{$product->category->main}")}} >> {{$product->category->name}} | {{$product->title}} | {{($product->images->count()?:"none")}} | {{$product->created_at->toFormattedDateString()}} | {!! ($product->is_on_home ? "Yes":"") !!} |
| {{ $products->links() }} | |||||