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

Download Items

Add New

Download Item Details

@php $si = 0; @endphp @foreach ($Downloads as $Download) @endforeach
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 }}
@csrf @method('delete')
@endsection