@extends('layouts.studentapp') @section('content') {{-- Downloads --}}

Download Items

{{-- --}} {{-- --}} @php $si = 0; @endphp @foreach ($Downloads as $Download) {{-- --}} {{-- --}} @endforeach
Si No Date SubjectFileis_ActiveValid 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
@endsection