@extends("common.layout-popup") @section("header") {!! resource('css/dashboard.css') !!} {!! resource('js/dashboard/dashboard-common.js') !!} @endsection @section("content")

정산 목록

@foreach ($list as $index => $item) @if($calculationType == 'refund') @else @endif @endforeach
정산월 결제일 이름 전화번호 금액 수강반(결제상품)
{{Carbon::parse($item->target_month)->format('Y년 m월')}} {{Carbon::parse($item->paid_at)->format('y-m-d')}} {{$item->name}} {{BaseHelper::formatPhoneNumber($item->phone)}}{{number_format($item->refund_price)}}{{number_format($item->payment_price)}}{{$item->product_name}}
@endsection @push("script") @endpush