@extends("common.layout-popup") @section("page-title", "[결제관리] 회원검색") @section("content") {{-- @csrf --}} 이름/이메일(아이디) 선택 이름 이메일(아이디) 연락처 조회 조회결과 {{ $list ? $list->total() : 0 }}건 가입일 이름 이메일(아이디) 연락처 선택 @foreach ($list as $item) {{ date("Y.m.d", strtotime($item->created_at)) }} {{ $item->name }} {{ $item->email }}{{ $item->edm_id ? "/(".$item->edm_id.")" : ""}} +{{ $item->phone_code }} {{ $item->phone }} 선택 @endforeach @endsection @push("script") @endpush