@extends('layouts.app') @section('titlePage', 'Manage Page') @section('content')
@include('common.alert') @if ($totalStudents > 0)
Send now
@endif
@csrf


@endsection