@extends('backend.layouts.app') @section('content')
| Sl. | Name | Date | Attachment |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $element->name }} | {{ date('d M Y',strtotime($element->from_date)) }} | @if ($element->attachment_url) View Attachment @else No Attachment Found @endif |