@extends('layouts.admin_dashboard') @section('content')
Total Account

{{ number_format($state['account']) }}

Student

{{ number_format($state['student']) }}

Host family

{{ number_format($state['host']) }}

Local Coordinator

{{ number_format($state['local']) }}

School

{{ number_format($state['school']) }}

Student parents

{{ number_format($state['parent']) }}

Oversea Agent

{{ number_format($state['agent']) }}

Student Status
New {{ $student_all_s['new'] }}
Re-entry {{ $student_all_s['re_entry'] }}
Application {{ $student_all_s['application'] }}
Invoice {{ $student_all_s['invoice'] }}
Change H/F {{ $student_all_s['change_hf'] }}
Finished {{ $student_all_s['finished'] }}
Spring semester {{ $student_all_s['spring_semester'] }}
Fall semester {{ $student_all_s['fall_semester'] }}
Warning {{ $student_all_s['warning'] }}
Student Document Status
Process {{ $student_all_ds['process'] }}
Completed {{ $student_all_ds['completed'] }}
Cancelled {{ $student_all_ds['cancelled'] }}
Edited {{ $student_all_ds['edited'] }}
H/F Management
New {{ number_format($host_all_s['new']) }}
Incomplete {{ number_format($host_all_s['incomplete']) }}
Completed {{ number_format($host_all_s['complete']) }}
All Activity
P/C {{ number_format($student_all_s['pc']) }}
Flights {{ number_format($student_all_s['flight']) }}
@endsection