@extends('layout.master') @section('title',__('basic.套包序號管理')) @section('content-title') {{__('basic.套包序號管理')}} @endsection {{-- 清單頁 --}} @section('content')
@csrf @method('GET') {{-- 剩餘:{{ $data['point'] }} --}}
{{-- --}}
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{ var_dump($data) }} --}} @for($d=0;$d {{-- --}} {{-- --}} @endfor
{{ __('basic.ItemIndex') }}{{ __('game.Game') }}{{ __('basic.PRODUCTS') }}{{ __('game.PointType') }}{{ __('basic.Amount') }}{{ __('game.SerialNumber') }}{{ __('basic.PASSWORD') }}{{ __('game.IsSold') }} {{ __('game.WordPressSaleID') }} {{ __('game.IsExchange') }} {{ __('game.ExchangeTime') }} {{ __('game.ExchangeUserID') }} {{ __('game.ExchangeUserName') }} {{ __('basic.CreateName') }} {{ __('basic.CreateTime') }} {{ __('basic.Description') }}
{{ $d+1 }} {{ $row->stock_name ?? '--' }} {{ (is_numeric($row->point_type_display))?number_format($row->point_type_display):$row->point_type_display }} {{ $row->serial_number ?? '--' }}{{ $row->password ?? '--' }}{{ $row->sold_text ?? '--' }} {{ $row->wp_sale_id ?? '--' }} {{ $row->is_exchange_text ?? '--' }} {{ $row->exchange_time_text ?? '--' }} {{ $row->exchange_user_id ?? '--' }} {{ $row->exchange_user_name ?? '--' }} {{ $row->create_name ?? '--' }} {{ $row->create_time ?? '--' }} {{ $row->description ?? '--' }}
@endsection {{-- 明細頁 --}} {{-- @extends('layout.dialog_detail') --}} @extends('layout.normal_detail') @section('detail-title',__('basic.套包序號管理')) @section('detail-content')

{{ __('basic.Detail') }}

{{-- 商品 --}}
{{ __('basic.PRODUCTS') }} *
{{-- 序號 --}}
{{ __('game.SerialNumber') }} *
{{--
--}} {{-- 點數類型 --}} {{--
{{ __('basic.Amount') }} *
--}}
{{--
--}} {{-- 密碼 --}} {{--
{{ __('basic.PASSWORD') }} *
--}}
{{-- 已售出 --}}
{{ __('game.IsSold') }}
{{-- Wordpress 訂單ID --}}
{{ __('game.WordPressSaleID') }}
{{-- 是否已兌換 --}}
{{ __('game.IsExchange') }}
{{-- 兌換日期 --}}
{{ __('game.ExchangeTime') }}
{{-- 兌換人帳號 --}}
{{ __('game.ExchangeUserID') }}
{{-- 兌換人名稱 --}}
{{ __('game.ExchangeUserName') }}
{{-- 備註 --}}
{{ __('basic.Description') }}
@endsection