@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','新保科技') }}

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@lang('messages.col_invalid')
@lang('messages.add_success')

@lang('messages.basic_config')

@if($inst->cover_img != '') @else @endif
@lang('messages.select_img') @lang('messages.change') @lang('messages.remove')
@if($inst->status == 1) @else @endif

@lang('messages.pt_config')

@if($inst->point_by_person == 1) @else @endif
@if($inst->is_mooncard_only == 1) @else @endif
@if($inst->is_box == 1) @else @endif @lang('messages.reserve_desc1')
@if($inst->point_type == 'free' || $inst->point_type == 'mooncard-free') @else @endif @if($inst->point_type == 'buy' || $inst->point_type == 'mooncard-buy') @else @endif @if($inst->point_type == 'any' || $inst->point_type == 'mooncard-any') @else @endif

@lang('messages.reserve_config')

@if($inst->orders_one_day_flag == 1) @else @endif
@if($inst->orders_one_section_flag == 1) @else @endif
@if($inst->persons_one_day_flag == 1) @else @endif
@if($inst->persons_one_section_flag == 1) @else @endif
@if($inst->persons_one_user_one_section_flag == 1) @else @endif
@if($inst->orders_one_user_one_day_flag == 1) @else @endif
@if($inst->orders_by_today_flag == 1) @else @endif

@lang('messages.paticular_config')

@if($inst->is_vvip == 0) @else @endif
@if($inst->is_need_sign == 1) @else @endif

@lang('messages.remind_config')

@if($inst->alert_after_sign_flag == 1) @else @endif
@foreach($after_sign_alert_type as $one) @if(str_contains($inst->alert_after_sign_type,$one)) @else @endif @endforeach
@if($inst->alert_notice_flag == 1) @else @endif
@foreach($after_sign_alert_type as $one) @if(str_contains($inst->alert_notice_type,$one)) @else @endif @endforeach

@lang('messages.config_allow_reserve_period')

{!! $time_section_html !!}
@lang('messages.time_week') @lang('messages.mon') @lang('messages.tue') @lang('messages.wed') @lang('messages.thur') @lang('messages.fri') @lang('messages.sat') @lang('messages.sun')

@lang('messages.desc_config')

@endsection @section('plugins_page_level') stringify @endsection @section('js_page_level') @endsection