@extends('views.layouts.master') @section('content') @php $sorder = $listType1Book['Book'][0]['Page'][0]; $sorderBdPage = $listType1Book['Book'][1]['Page']; @endphp

결제완료

감사합니다. 결제가 무사히 완료되었습니다.

@forelse ($sorderBdPage ?? [] as $index => $sorderBd) @empty @endforelse
Serial Product Name Price brand quantity
{{ $sorderBd['C3'] }}
product
{{ $sorderBd['C4'] }}
{{ number_format($sorderBd['C6']) }}원
{{ $sorderBd['C5'] }}
{{ (int)$sorderBd['C7'] }}
쇼핑카트가 비어있습니다
@endsection