| S.No | Date | Detail |
|---|---|---|
| {{$loop->iteration}} | {{date('d-m-Y',strtotime($key->date))}} | {{$key->detail}} |
@extends('layouts.parents.master') @section('title') {{studentCommonName(auth()->guard('student')->user()->username).__(' | Calendars')}} @endsection @section('headerTitle') {{__('Calendars')}} @endsection @section('content')
| S.No | Date | Detail |
|---|---|---|
| {{$loop->iteration}} | {{date('d-m-Y',strtotime($key->date))}} | {{$key->detail}} |