@extends("agentportal.layouts.layout") @section("title", trans("message_lang.LBL_UPLOAD_PAID_TRANSACTIONS")) @section("page_style")
@endsection @section("content")
{!! trans("message_lang.LBL_BULK_REPAYMENT") !!}
{!! trans("message_lang.LBL_SAMPLE") !!}
@csrf
{!! trans("message_lang.LBL_CSV_FILE") !!}
{{ trans('message_lang.CHOOSE_FILE') }}
CSV. Max file size 2MB
@error('csv_file')
{{ $message }}
@enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection