{{--@todo not used for now--}} @extends('layouts.master') @section('page-title'){{ __('Voucher display') }}@endsection @section('menu'){{ __('Payment') }}@endsection @section('sub-menu'){{ __('Vouchers') }}@endsection @section('content')

Voucher code: {{ $voucher->code }}

Expiration: {{ $voucher->expiration }}

{{--
--}} {{-- {{ __('Expiration:') }} 3 days--}} {{--
--}}
{{ __('Action:') }} {{ GetVoucherTypes()[$voucher->type] }}
{{ __('Amount:') }} {{ $voucher->amount }} €
{{ __('Player:') }} {{ $voucher->user_id }}
{{ __('Generated:') }} {{ $voucher->createtime }}
{{ __('Activated:') }} {{ $voucher->activatetime }}
{{ __('Shop:') }} @todo
{{ __('Agent:') }} @todo
{{ __('Canceled:') }} @todo
{{-- --}} @if ($voucher->status == config('constants.VOUCHER_STATUS_CREATED')) @endif
@endsection @section('script') @endsection