@extends('common.layout') @push('head') @endpush @section('content') @php $regDateTime = $data->reg_datetime; if(empty($regDateTime)) { $ptc_type = "self"; }else{ $ptc_type = "revisiting"; } @endphp
처음으로

입장등록 데스크

{{ csrf_field() }}
@if(!$data)

내역이 없습니다.

@else
{{$data->ptc_name}} 고객님이 맞으신가요?

{{$data->ptc_name}} 고객님이 아니시면,핸드폰 번호를 다시 확인하시거나
현장등록을 해주세요.

@endif
@endsection @section('script') @endsection