@extends('common.layout') @section('content')
{{ trans('registration_counsel.고객상담등록') }}
@if(!empty($boothname))
{{ $boothname }}
@endif
{{ trans('registration_counsel.고객검색') }}
{{ trans('registration_counsel.상담시작') }}
{{ trans('registration_counsel.입장번호') }}
{{ trans('registration_counsel.고객상태') }}
{{ trans('registration_counsel.이름') }}
{{ trans('registration_counsel.휴대폰번호') }}
{{ trans('registration_counsel.상담부스') }}
{{ trans('registration_counsel.메모') }}
{{--
{{ trans('registration_counsel.1:1 미팅') }}
--}}
{{ trans('registration_counsel.상담시작') }}
{{ trans('registration_counsel.학교등록') }}
{{ trans('registration_counsel.가등록시 지불수단을 선택하여 주십시요.') }}
{{ trans('registration_counsel.현금') }}
{{ trans('registration_counsel.카드') }}
Payment Method
{{ trans('registration_counsel.상담완료 / 가등록') }}
※{{ trans('registration_counsel.상담완료 버튼을 누르셔야 고객이 배정됩니다.') }}
@endsection @section('script') @endsection