@extends('layouts.app') @section('content')
| {{ __('common.customer') }} | {{ __('notification_logs.channel') }} | {{ __('notification_logs.recipient') }} | {{ __('notification_logs.event') }} | {{ __('notification_logs.status') }} | {{ __('common.date') }} | {{ __('common.actions') }} |
|---|---|---|---|---|---|---|
| @if($row->customer) {{ $row->customer->first_name }} {{ $row->customer->last_name }} @else - @endif | @if($row->channel === 'email') E-posta @else SMS @endif | {{ $row->recipient }} | {{ $row->event }} | @if($row->status === 'success') {{ __('notification_logs.success') }} @else {{ __('notification_logs.failed') }} @endif | {{ $row->created_at->format('d.m.Y H:i') }} | |
| {{ __('notification_logs.no_logs') }} | ||||||