@extends("board.layout.layout-boards") @section("board-search")
@endsection @section("board-content") @foreach ($posts as $post) @php $content = $post->content; @endphp service])> @endforeach
번호 신청일 이름 이메일 수강옵션 수강시작일 수강종료일 출석률 결제수단 실결제액 지급여부 미지급사유 관리
{{ $post->id }} {{ date('Y-m-d', strtotime($post->created_at)) }} {{ $content->writer->name }} {{ $content->writer->email }} {{ $post->enrollment->product->name }} / {{ $post->enrollment->productOption->name }} {{ date('Y-m-d', strtotime($post->enrollment->started_at)) }} {{ date('Y-m-d', strtotime($post->enrollment->ended_at)) }} {{ $post->enrollment->attendance_rate }}% {{ $post->payment->method }} {{ number_format($post->payment->total_price) }}원 {{ isset($status[$post->status]) ? $status[$post->status] : "-" }} {{ $post->reason }}
@endsection