@extends('admin.template.layout') @section('content')
Jumlah Keberangkatan
{{ number_format($jumlahSiswaBerangkat, 0, ',', '.') }} Keberangkatan
Jumlah Siswa
{{ number_format($jumlahSiswa, 0, ',', '.') }} Siswa
@endsection @section('script') @endsection