{!! Form::open([ 'url' => action([App\Http\Controllers\SellReturnController::class, 'storeMultiSellReturn']), 'method' => 'post', ]) !!}

@lang('lang_v1.sell_return')

@foreach ($transaction_ids as $id) @endforeach
@lang('sale.total'): @format_currency($final_total)
{!! Form::close() !!}