@extends("common.layout-popup") @section("header") {!! resource("js/components/tab.js") !!} @endsection @section("page-title", "수강정보 변경내역") @section("content") @php $interval = date_diff(new DateTime($enrollment->ended_at), new DateTime($enrollment->started_at)); @endphp
수강정보
{{--
--}}
{{ $enrollment->product->name }} {{ $enrollment->productOption->name }}
{{ date('Y-m-d', strtotime($enrollment->started_at)) }} ~ {{ date('Y-m-d', strtotime($enrollment->ended_at)) }}
변경내역
@foreach(['course', 'present', 'enroll'] as $type)
$type == 'course' , 'limit-height', 'custom-scroll']) id="{{ $type }}" style="--height: 500px;;"> @if (isset($dataSet[$type])) @else
변경내역이 없습니다.
@endif
@endforeach
@endsection @push("script") @endpush