@extends('Dashboard.layouts.master') @section('title','Export | List') @section('style') @endsection @section('content')
| # | {{__('forms.file_name')}} | {{__('forms.status')}} | {{__('forms.creation_date')}} | {{__('forms.actions')}} |
|---|---|---|---|---|
| No data Found | ||||
| {{ ++$key }} | {{$da->file_name}} |
{{ $da->is_exported == 2 ? __('forms.completed') : __('forms.pending') }}
|
{{$da->created_at}} | @if ($da->is_exported) @can('exports-update') {{__('download')}} @endcan @endif |