@extends('layouts.app') @section('titlePage', 'Bulk Upload Student') @section('content') @push('script') @endpush
@include('common.alert') @if ($totalStudents > 0)

There are currently {{$totalStudents}} students you have not sent a welcome email

Send now
@endif
@csrf




@endsection