@extends('layouts.app') @section('title', __('accounting-reports::lang.batch_print')) @section('content')

@lang('accounting-reports::lang.batch_print')

Select Accounts & Date Range

{!! Form::open(['url' => action([\Modules\AccountingReports\Http\Controllers\BatchPrintController::class, 'process']), 'method' => 'post', 'id' => 'batch-print-form']) !!}

@foreach($accounts as $accountId => $accountName)
@endforeach
Selected: 0 account(s)
{!! Form::close() !!}
@endsection @section('javascript') @endsection