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

@lang('lang_v1.account')

@foreach ($variation_ids as $id) @endforeach
{!! Form::label("location_id" , __('sale.location') . ':') !!}
{!! Form::select("location_id", $locations,null , ['class' => 'form-control select2', 'id' => "location_id", 'style' => 'width:100%;']); !!}
{!! Form::close() !!}