@extends('layouts.admin.admin') @section('page-specific-styles') @endsection @section('title', 'Followups') @section('content')

Followup Lists According to Recent Dates

@each('followup.partials.table', $followupbydate, 'followup')
SN Student Name Email Phone Next Schedule Follow Up By Remarks Actions
@stop @section('page-specific-scripts') @endsection