@extends('backend.layout') @section('backend_content')
| Cart | Status | Items | Owner | Actions |
|---|---|---|---|---|
|
@if ($foodCart->logo)
{{ $foodCart->name }}
{{ $foodCart->slug }}
|
@if ($foodCart->is_active) Active @else Hidden @endif | {{ $foodCart->available_items_count }} items | {{ $foodCart->creator?->name ?? 'N/A' }} | |
| No food carts yet. Add your first cart. | ||||