@extends('adminlte::page') @section('title', 'WebTicket - 上映スケジュールマスタ') @section('content_header')

上映スケジュールマスタ

@stop @section('content')
{{ csrf_field() }}
上映日 @isset($date) @else @endif
@foreach ($items as $item) @endforeach
開始日 終了日 曜日区分 上映開始 番組ID 番組名 販売開始 販売締切 座席割当
{{$item['schfrom']}}{{$item['schto']}}{{$item['weekkbn']}} {{$item['start']}}{{$item['id']}}{{$item['name']}}{{$item['salesstart']}}{{$item['salesend']}}{{$item['quota']}} 編集 @if ($item['entkbn'] == 1) 有効 @else 無効 @endif
@stop @section('footer') Copyright © 2023 SAKURA System @stop