@extends('layouts.app') @section('titlePage', 'Manage Page') @section('content')
@include('common.alert') @if ($totalStaff > 0)

There are currently {{$totalStaff}} staffs you have not sent a welcome email

Send now
@endif
@csrf


@endsection