@extends('layouts.admin') @section('title', 'TikTok Hesapları') @section('subtitle', 'İzinli veya size ait TikTok kaynaklarını yönetin') @section('content')
Hesap ekle
@forelse ($accounts as $account) @empty @endforelse
AdKullanıcıModDurumSon kontrolSonraki kontrol
{{ $account->name }} {{ '@'.$account->username }} {{ $account->discovery_mode }} {{ $account->status }} {{ $account->last_checked_at?->format('d.m.Y H:i') ?: '-' }} {{ $account->next_manual_check_at?->format('d.m.Y H:i') ?: '-' }}
@csrf @method('delete')
Henüz TikTok hesabı yok.
{{ $accounts->links() }}
@endsection