@forelse($notification_schedules as $notification_schedule)

{!! $notification_schedule->name !!}

{!! $notification_schedule->email !!}
Verified Approved

{!! $notification_schedule->details !!}

@empty @endif