@extends('partial.master') @section('page_title', '會員驗證') @section('scripts') {{-- --}} {{-- --}} @endsection @section('kt_content_container') @php $debug_mode = true; if ($debug_mode) { $input_box = 'text'; } else { $input_box = 'hidden'; } @endphp
{{-- --}}
{{-- --}} {{-- --}}
{{ __('basic.ItemIndex') }} {{ __('basic.Name') }} {{ __('basic.Status') }} {{ __('basic.Description') }} {{ __('basic.Actions') }}
@endsection