{{$inquiry?->name}}
{{$inquiry?->getPlain('phone')}}
@extends("common.layout-popup") @section("page-title", "인쿼리 내역") @section("header") {!! resource('css/form.css') !!} @endsection @php $isAuth = Auth::user()->hasRole(['root', 'ielts-admin', 'academy-admin', 'hnd-admin']); @endphp @section("content")
| 번호 | 접수일시 | 유입경로 | {{($service === 'ielts') ? '상담' : '인쿼리'}} 메모 | @if($isAuth)관리 | @endif|
|---|---|---|---|---|---|
| {{ $item->id }} | {{ date('Y-m-d H:i', strtotime($item->created_at)) }} | {{ $inflow[$item->inflow_path]['name'] }} | @if($isAuth) | @if ($item->is_completed == 0) @endif @php $histories = json_decode($item->term_history, 1); @endphp @if ( ! empty($histories) && sizeof($histories) > 0 ) @endif | @endif