@extends("board.layout.layout-board") @section("board-content")
  • {{ $post->enrollment->product->name }} / {{ $post->enrollment->productOption->name }}
    {{ $post->enrollment->started_at }}
    {{ $post->enrollment->ended_at }}
    {{ $post->enrollment->attendance_rate }}%
  • {{ $post->payment->method }}
    {{ $post->payment->paid_at }}
  • @if ( $post->payment->method == 'TRANSFER')
  • {{ $post->bankName }}
    {{ $post->account }}
  • @endif @endsection @section("board-script") @endsection