@extends('layouts.admin')
@section('style')
@endSection
@section('script')
@endSection
@section('content')
@component('admin.components.tabs')
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- {{ __('heading.title_list_imported_voucher_series_files') }}
--}}
{{-- --}}
{{--
Import--}}
{{--
--}}
{{--
--}}
| No. |
Name |
File URL |
Status |
Uploaded by |
Created Date |
|
@foreach($import_files as $file)
|
{{$file['name']}} |
{{$file['file_url']}} |
{{$file['status']}} |
{{$file['uploaded_by']}} |
{{ $file['created_at']}} |
|
@endforeach
@endcomponent
@endsection