@extends('layouts.adminapp') @section('content') {{-- Downloads --}}
| Si No | Date | File | Subject | is_Active | Valid Till | Narration | Actions |
|---|---|---|---|---|---|---|---|
| {{ ++$si }} | {{ $Download->date }} | {{ $Download->file }} | {{ $Download->subject }} | @if ($Download->is_Active == 0) ❌ @elseif($Download->is_Active == 1) ✅ @endif | @if ($Download->is_Active) {{ $Download->valid_date }} @else Not Valid @endif | {{ $Download->narration }} |