banner image
@csrf

Please select the model and color which you want to make an order * @if($errors->has('model'))

{{ $errors->first('model') }}

@endif
@if($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if($errors->has('phone_number'))

{{ $errors->first('phone_number') }}

@endif
@if($errors->has('address'))

{{ $errors->first('address') }}

@endif

Will you accept if Samsung contacts your number? *

@if($errors->has('question'))

{{ $errors->first('question') }}

@endif