@if ($request['screen'] == 'pc')
@if (fieldPropertyValue('show_name', $element))
{!! fieldPropertyValue('name_label', $element) !!}:{!! $request['contact_name'] ?? '' !!}
@endif
@if (fieldPropertyValue('show_name_kana', $element))
{!! fieldPropertyValue('name_kana_label', $element) !!}:{!! $request['contact_furigana'] ?? '' !!}
@endif
@if (fieldPropertyValue('show_company', $element))
{!! fieldPropertyValue('company_label', $element) !!}:{!! $request['contact_company'] ?? '' !!}
@endif
@if (fieldPropertyValue('show_email', $element))
{!! fieldPropertyValue('email_lable', $element) !!}:{!! $request['contact_email'] ?? '' !!}
@endif
@if (fieldPropertyValue('show_phone', $element))
{!! fieldPropertyValue('phone_label', $element) !!}:{!! $request['contact_phone'] ?? '' !!}
@endif
@if (fieldPropertyValue('show_postal_code', $element))
{!! fieldPropertyValue('postal_code_lable', $element) !!}:{!! $request['post_code'] ?? '' !!}
@endif
@if (fieldPropertyValue('show_address1', $element))
{!! fieldPropertyValue('address1_label', $element) !!}:{!! $request['contact_address1'] ?? '' !!}
@endif
@if (fieldPropertyValue('show_address2', $element))
{!! fieldPropertyValue('address2_label', $element) !!}:{!! $request['contact_address2'] ?? '' !!}
@endif
@if (fieldPropertyValue('show_checkin_date', $element))
{!! fieldPropertyValue('checkin_date_label', $element) !!}:{!! $request['contact_check_in_date'] ?? '' !!}
@endif
@if (fieldPropertyValue('show_content', $element))
{!! fieldPropertyValue('content_label', $element) !!}:
{!! setTextDefault($request['contact_content'] ?? null) !!}
@endif
@else
@if (fieldPropertyValue('show_name_sp', $element))
{!! fieldPropertyValue('name_label_sp', $element) !!}:{!! $request['contact_name_sp'] ?? '' !!}
@endif
@if (fieldPropertyValue('show_name_kana_sp', $element))
{!! fieldPropertyValue('name_kana_label_sp', $element) !!}:{!! $request['contact_furigana_sp'] ?? '' !!}
@endif
@if (fieldPropertyValue('show_company_sp', $element))
{!! fieldPropertyValue('company_label_sp', $element) !!}:{!! $request['contact_company_sp'] ?? '' !!}
@endif
@if (fieldPropertyValue('show_email_sp', $element))
{!! fieldPropertyValue('email_lable_sp', $element) !!}:{!! $request['contact_email_sp'] ?? '' !!}
@endif
@if (fieldPropertyValue('show_phone_sp', $element))
{!! fieldPropertyValue('phone_label_sp', $element) !!}:{!! $request['contact_phone_sp'] ?? '' !!}
@endif
@if (fieldPropertyValue('show_postal_code_sp', $element))
{!! fieldPropertyValue('postal_code_lable_sp', $element) !!}:{!! $request['post_code_sp'] ?? '' !!}
@endif
@if (fieldPropertyValue('show_address1_sp', $element))
{!! fieldPropertyValue('address1_label_sp', $element) !!}:{!! $request['contact_address1_sp'] ?? '' !!}
@endif
@if (fieldPropertyValue('show_address2_sp', $element))
{!! fieldPropertyValue('address2_label_sp', $element) !!}:{!! $request['contact_address2_sp'] ?? '' !!}
@endif
@if (fieldPropertyValue('show_checkin_date_sp', $element))
{!! fieldPropertyValue('checkin_date_label_sp', $element) !!}:{!! $request['contact_check_in_date_sp'] ?? '' !!}
@endif
@if (fieldPropertyValue('show_content_sp', $element))
{!! fieldPropertyValue('content_label_sp', $element) !!}:
{!! setTextDefault($request['contact_content_sp'] ?? null) !!}
@endif
@endif