@extends('adminlte::page') @section('title', 'WebTicket - チケット料金マスタ') @section('content_header')

チケット料金マスタ

@stop @section('content')
{{ csrf_field() }}
番組ID @isset($pid) @else @endif
@foreach ($items as $item) @endforeach
番組ID 券種ID 券種区分 券種名 適用開始日 チケット料金
{{$item['pid']}}{{$item['tid']}} {{$item['kbn']}}{{$item['name']}}{{$item['changedate']}}{{$item['price']}} 編集 @if ($item['entkbn'] == 1) 有効 @else 無効 @endif
@stop @section('footer') Copyright © 2023 SAKURA System @stop