{!! Form::open([
'url' => action([App\Http\Controllers\SellController::class, 'assignToContacts']),
'method' => 'post',
]) !!}
@foreach ($transaction_ids as $id)
@endforeach
@lang('home.total_sell'): @format_currency($final_total)
{!! Form::close() !!}