@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->phone_code }} {{ $item->phone }}
@endsection @push("script") @endpush