@extends('website.branch.guest.layouts.index') @section('content')

@lang('global.checkin')

@if ( $branch->settings->guests->show_name_input || $branch->settings->guests->show_identification_number_input || $branch->settings->guests->show_phone_input || $branch->settings->guests->show_other_phone_input || $branch->settings->guests->show_email_input )
@lang('global.personal_data')
@if ($branch->settings->guests->show_name_input) @endif @if ($branch->settings->guests->show_identification_number_input) @endif @if ($branch->settings->guests->show_phone_input)
settings->guests->is_phone_required) placeholder="@lang('validation.attributes.phone')">
@endif @if ($branch->settings->guests->show_other_phone_input)
settings->guests->is_other_phone_required) placeholder="@lang('validation.attributes.other_phone')">
@endif @if ($branch->settings->guests->show_email_input) @endif
@endif
@if ( $branch->settings->guests->show_reservation_number_input || $branch->settings->guests->show_persons_input || $branch->settings->guests->show_expected_arrival_input )
@lang('global.reservation_data')
@if ($branch->settings->guests->show_reservation_number_input) @endif @if ($branch->settings->guests->show_persons_input) @endif @if ($branch->settings->guests->show_expected_arrival_input) @endif @endif
@endsection