@extends('layouts.master', ['title' => 'Questions Import']) @section('content')
| S No. | Filename | Status | Uploaded By | Date | Action |
|---|---|---|---|---|---|
| {{$loop->iteration}} | {{ $importedfile->filename }} | {{ $importedfile->status }} | {{ $importedfile->userDetail->first_name. " " . $importedfile->userDetail->last_name }} | {{ $importedfile->created_at }} |
Download
@if ($importedfile->status == '0') @else @endif |