@extends('layouts.teacher')
| # | Name | Start Date | End Date | Duration | Actions | |
|---|---|---|---|---|---|---|
| {{ $key+1 }} | {{ucwords($value->name)}} | {{dateformatter($value->start_date)}} | {{dateformatter($value->end_date)}} | {{ucwords($value->duration)}} | {{--₹ {{ucwords($value->annual)}} | --}}|
| {{ 'No record found' }} |