@extends('layouts.admin') @section('content')
| S.N | Uploaded Date | Uploaded By | Version | File | Upload Status | ||||
|---|---|---|---|---|---|---|---|---|---|
| {{ $k +1 }} | {{ \Carbon\Carbon::parse($detail->created_at)->format('Y-m-d H:i') }} | {{ $detail->admins->first_name ?? null }} | {{ $detail->version }} | Download | @if($detail->status) Completed @else Incomplete @endif | ||||
| No data available in the table ... | |||||||||
| @include('pagination', ['paginator' => $blcklistUploadDetails]) | |||||||||