@extends('layouts.master') @section('content')
សិស្សចុះឈ្មោះថ្មី
{{ $count }}
នាក់
ថ្ងៃនេះ
ចំនួនសិស្សបានចុះឈ្មោះ
{{$countAll}}
នាក់
ថ្ងៃនេះ
ចំណូលសរុប
{{$totalIncome}} $
ថ្ងៃនេះ
ចំនួនសិស្សបានទិញមេរៀន
{{$paidStudentCount}}
នាក់
ថ្ងៃនេះ
សិស្សបានចុះឈ្មោះ
{{--
    --}} @foreach($customers as $customer) @endforeach
    ID ឈ្មោះ Email ភេទ លេខទូរស័ព្ទ សកម្មភាព
    {{ $customer->id }} {{ $customer->username }} {{ $customer->email }} {{ $customer->gender }} {{ $customer->phone }} {{ $customer->status }}
    {{--
--}}
ការទូទាត់
@endsection