@extends('layouts.admin') @section('title', 'Dashboard') @section('content')
| Etkinlik | Tarih | Durum |
|---|---|---|
| {{ $event->title_tr }} | {{ \Carbon\Carbon::parse($event->event_date)->format('d.m.Y') }} | @if($event->is_active) Aktif @else Pasif @endif |
| Henüz etkinlik yok | ||