@extends('layout.layout') {{-- Style --}} @push('links') @endpush @section('content')
{{csrf_field()}}
@foreach($logined as $title => $count)
{{$title}}:{{$count}}
@endforeach
{{-- 曲線圖 --}}
帳號 裝置平台 願意接收 最後使用時間
查無資料
@endsection {{-- Script --}} @push('scripts') @endpush