@extends('layouts.app') @section('dashboard-title')
| SR. | Files Name | Component Type | Sub Component | Created At |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $importFile->file_name }} | @if($importFile->component_type == 'A') Soil and Water Conservation Department @elseif($importFile->component_type == 'B') Other Department @elseif($importFile->component_type == 'Base') Geographical Info @else Unknown @endif | {{ $importFile->sub_component }} | {{ $importFile->created_at->format('d M Y') }} |