@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}} 고객님이 아니시면,핸드폰 번호를 다시 확인해주세요.

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