@php $form = [['name' => 'first_name', 'label' => __('frontend::lang.input.first_name'), 'type' => 'text', 'placeholder' => __('frontend::lang.input.placeholder.input', ['label' => __('frontend::lang.input.first_name')])], ['name' => 'last_name', 'label' => __('frontend::lang.input.last_name'), 'type' => 'text', 'placeholder' => __('frontend::lang.input.placeholder.input', ['label' => __('frontend::lang.input.last_name')])], ['name' => 'email', 'label' => __('frontend::lang.input.email'), 'type' => 'email', 'placeholder' => __('frontend::lang.input.placeholder.input', ['label' => __('frontend::lang.input.email')])], ['name' => 'tel', 'label' => __('frontend::lang.input.tel'), 'type' => 'input', 'placeholder' => __('frontend::lang.input.placeholder.input', ['label' => __('frontend::lang.input.tel')]), 'max' => '20'], ['name' => 'password', 'label' => __('frontend::lang.input.password'), 'type' => 'password', 'placeholder' => __('frontend::lang.input.placeholder.input', ['label' => __('frontend::lang.input.password')]), 'hasToggle' => true], ['name' => 'password_confirm', 'label' => __('frontend::lang.input.password_confirm'), 'type' => 'password', 'placeholder' => __('frontend::lang.input.placeholder.input', ['label' => __('frontend::lang.input.password_confirm')]), 'hasToggle' => true]]; @endphp

{{ __('frontend::lang.member.profile.detail_member') }}

@foreach ($form as $field)
@if (isset($field['hasToggle']) && $field['hasToggle'])
@else @endif
@endforeach

{{ __('frontend::lang.member.profile.detail_shop') }}

@foreach ($form as $field) @if (in_array($field['name'], ['password', 'password_confirm'])) @continue @endif
@if (isset($field['hasToggle']) && $field['hasToggle'])
@else @endif
@endforeach
@php $social = ['facebook', 'line', 'youtube', 'tiktok', 'instagram', 'twitter']; @endphp @foreach ($social as $s)
@endforeach
{{ __('frontend::lang.input.google_map_hint') }}