@extends('backoffice.layouts.app') @section('content')

All Products

{{--
--}} Add New
{{-- --}} @if (count($products)) @foreach ($products as $index => $item) {{-- --}} @endforeach @endif
# Thumbnail Title (EN) Title (AR)CategoryModify Date Status Action
{{ $index + 1 }} @if ($item->images->isNotEmpty()) Product Image @else @endif {{ $item->title_en ?? '' }} {{ $item->title_ar ?? '' }}{{ $item->category->title_en ?? 'No Category' }}{{ \Carbon\Carbon::parse($item->created_at)->format('d-m-Y') ?? '' }} @if ($item->status == 1) Active @else Inactive @endif
@endsection