@extends('layouts.master') @section('title', 'Downloaded CSV') @section('breadcrumb-text')

{{__('Downloaded CSV')}} {!! renderIconHtml('back') !!} {{__('Back')}}

@endsection @section('content')
@can('withdrawal-view') {{ __('Back') }} {{ __('Archive') }} @endcan
{{ __('#') }} {{ __('Batch Id') }} {{ __('Exported By') }} {{ __('Number Of Record') }} {{ __('Total Amount') }} {{ __('Batch Date') }} {{ __('Created At') }} {{ __('Action') }}
@include('backend.withdrawal.upload-log-modal')
@endsection @push('scripts') @endpush