宜蘭縣閱讀卡收據
宜蘭縣政府教育處教育網路中心
| 申請編號 |
{{ $receipt['apply']->apply_id }} |
申請日期 |
{{ $receipt['apply']->apply_timestamp }} |
| 學校名稱 |
{{ $receipt['school_name'] }} |
學校代碼 |
{{ $receipt['apply']->user_school_code }} |
| 製卡原因 |
{{ $receipt['type']['name'] }} |
單價 |
${{ $receipt['type']['cost'] }} |
| # |
姓名 |
班級座號 |
身份 |
@foreach($receipt['cards'] as $i => $card)
| {{ $i + 1 }} |
{{ $card->user_name }} |
{{ $card->user_class }}{{ $card->user_seatno }} |
{{ $card->user_class ? '學生' : '教師' }} |
@endforeach
卡片數量:{{ $receipt['cards']->count() }} 張
|
單價:${{ $receipt['type']['cost'] }}
|
應付費用:${{ number_format($receipt['total_cost']) }}
({{ $receipt['type']['word'] }}元整)
@endforeach