@extends('layouts.app') @section('title', 'FCM 토큰 관리') @section('content')

FCM 토큰 관리

@include('fcm.partials.token-stats', ['stats' => $stats])
@if($stats['has_error'] > 0)
에러 토큰 {{ $stats['has_error'] }}건이 있습니다.
@endif
@include('fcm.partials.token-table', ['tokens' => $tokens])
@endsection