@if (@isset($data) && !@empty($data) && count($data) >0 ) @php $i=1; @endphp
@foreach ($data as $item) @endforeach
{{ __('home.decoumentNo') }} {{ __('home.exportTime') }} {{ __('report.date') }} {{ __('home.acount_name') }} {{ __('home.credit') }} {{ __('home.debit') }} {{ __('home.operations') }}
{{$item->dely_record}} {{$item->created_at}} {{$item->date_export}} {{$item->financial_accounts_data->name}} {{$item->debtor}} {{$item->creditor}}
{{ csrf_field() }}

@else
{{__('home.notfounddata')}}
@endif