@extends('layouts.app') @section('title', '[東京都|〇〇駐輪場] シール発行履歴') @section('content')
| シール発行履歴ID @if($sort === 'seal_issueid') @endif | シール発行駐輪場 @if($sort === 'park_id') @endif | 定期契約ID @if($sort === 'contract_id') @endif | 車種区分ID | 発行日 @if($sort === 'seal_day') @endif | 発行回数 @if($sort === 'contract_seal_issue') @endif | 理由 |
|---|---|---|---|---|---|---|
| {{ $item->seal_issueid }} | {{ $item->park_name ?? $item->park_id }} | {{-- @if($item->contract_id) {{ $item->contract_id }} @endif --}} | {{ $item->psection_name ?? $item->psection_id }} | {{ $item->seal_day }} | {{ $item->contract_seal_issue }} | {{ $item->seal_reason }} |