@extends('admin.layout') @section('title', 'Anlaşmalı Yerler') @section('content')
| Logo | Ad | Kategori | Avantaj | Partner giriş | Bekleyen | Sıra | Durum | |
|---|---|---|---|---|---|---|---|---|
|
@if($place->logoUrl())
|
{{ $place->name }}
@if($place->tagline)
{{ $place->tagline }}
@endif
|
{{ $place->categoryLabel() }} | {{ $place->benefit ?: '—' }} |
@if($place->owner)
{{ $place->owner->email }}
{{ $place->owner->name }}
@else
Hesap yok
@endif
|
@php($pending = (int)($place->pending_items_count ?? 0) + (int)($place->pending_announcements_count ?? 0)) @if($pending > 0) {{ $pending }} @else 0 @endif | {{ $place->sort_order }} | {{ $place->is_active ? 'Aktif' : 'Pasif' }} | İçerik Düzenle |
| Henüz anlaşmalı yer yok. | ||||||||