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