@extends('layout.manage') @section('css_page_level')
@endsection @section('page-content-wrapper')
@inject('setting','anlutro\LaravelSettings\Facade') {{ $setting::get('system_name','全方位建築智慧化管理系統') }}
{{ $setting::get('company_name','新保科技') }}
@lang('messages.homepage')
票務系統
票務人數列表
新增
上一個月
下一個月
快速篩選
條件查詢 / 列印報表
@foreach($tickets as $one) @endforeach
日期
兒創中心(個人)
兒創中心(團體)
聯合參觀券
常設展廳
特展
藝文活動
動作
{{$one->date}}
@lang('messages.action')
@lang('messages.edit')
新增資料
@lang('messages.col_invalid')
@lang('messages.valid_and_sent')
@if(Sentinel::check()->museum_ticket == '1' || Sentinel::check()->museum_ticket == '999' || Sentinel::check()->username == 'admin')
兒創中心(個人)
*
@endif @if(Sentinel::check()->museum_ticket == '2' || Sentinel::check()->museum_ticket == '999' || Sentinel::check()->username == 'admin')
兒創中心(團體)
*
@endif @if(Sentinel::check()->museum_ticket == '3' || Sentinel::check()->museum_ticket == '999' || Sentinel::check()->username == 'admin')
聯合參觀券
*
@endif @if(Sentinel::check()->museum_ticket == '4' || Sentinel::check()->museum_ticket == '999' || Sentinel::check()->username == 'admin')
常設展廳
*
@endif @if(Sentinel::check()->museum_ticket == '5' || Sentinel::check()->museum_ticket == '999' || Sentinel::check()->username == 'admin')
特展
*
@endif @if(Sentinel::check()->museum_ticket == '6' || Sentinel::check()->museum_ticket == '999' || Sentinel::check()->username == 'admin')
藝文活動
*
@endif
日期
*
編輯資料
@lang('messages.col_invalid')
@lang('messages.valid_and_sent')
@if(Sentinel::check()->museum_ticket == '1' || Sentinel::check()->museum_ticket == '999' || Sentinel::check()->username == 'admin')
兒創中心(個人)
*
@endif @if(Sentinel::check()->museum_ticket == '2' || Sentinel::check()->museum_ticket == '999' || Sentinel::check()->username == 'admin')
兒創中心(團體)
*
@endif @if(Sentinel::check()->museum_ticket == '3' || Sentinel::check()->museum_ticket == '999' || Sentinel::check()->username == 'admin')
聯合參觀券
*
@endif @if(Sentinel::check()->museum_ticket == '4' || Sentinel::check()->museum_ticket == '999' || Sentinel::check()->username == 'admin')
常設展廳
*
@endif @if(Sentinel::check()->museum_ticket == '5' || Sentinel::check()->museum_ticket == '999' || Sentinel::check()->username == 'admin')
特展
*
@endif @if(Sentinel::check()->museum_ticket == '6' || Sentinel::check()->museum_ticket == '999' || Sentinel::check()->username == 'admin')
藝文活動
*
@endif
日期
*
條件查詢
請選擇查詢的年/月份
@endsection @section('plugins_page_level') @endsection @section('js_page_level') @endsection