@extends('layouts.studentapp') @section('content') {{-- Downloads --}}
| Si No | Date | Subject | {{--File | --}} {{--is_Active | --}}Valid Till | Narration | Download |
|---|---|---|---|---|---|---|---|
| {{ ++$si }} | {{ $Download->date }} | {{ $Download->subject }} | {{--@if ($Download->is_Active) {{ $Download->file }} @else {{ $Download->file }} @endif | --}} {{--{{ $Download->file }} | --}}@if ($Download->is_Active) {{ $Download->valid_date }} @else Not Valid @endif | {{ $Download->narration }} | @if ($Download->is_Active) @else Not Available @endif |