@extends('ielts.layout') @section('ielts-css') {!! resource('css/common/board.css') !!} @endsection @section("progress") @include('progress') @endsection @section("ielts-content") @php $content = $post->content; @endphp

환급신청

  • 작성자
    {{ $content->writer?->name }}
    신청일
    {{ date('y.m.d', strtotime($post->created_at)) }}
  • 환급상품
    {{ $post->enrollment?->product->name }} ({{ $post->enrollment?->productOption->name }})
    승인여부
    {{ $status[$post->status] }}
    결제수단
    {{ $post->payment?->method == 'CARD' ? "신용카드" : "계좌이체" }}
    @if ($post->payment->method == 'TRANSFER') @endif

@if ($post->getAttachments()->count() > 0) @endif
@endsection @section('ielts-script') {!! resource('js/common/board/default.js') !!} {!! resource('js/common/board/file-upload.js') !!} {!! setResources(['toastui-viewer']) !!} @endsection