@extends('base') @section('content')

{{$count['offline']}}离线

{{$count['online']}}在线

{{$count['down']}}空闲

{{$count['active']}}通话中

@foreach($data as $d)

用户:{{$d->nickname}}

分机:{{$d->username}}

状态:{{$d->status_name}}

@endforeach
@endsection @section('script') @endsection