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