@extends('layouts.app') @section('title') {{ __('card') }} @endsection @section('card') active @endsection @section('section.header')

{{ __('Thẻ cào') }}


@endsection @section('section.content')
Loading...
Đang xử lí, vui lòng chờ...
@csrf @role('admin|support')
{{ __('partner') }}
@endrole @role('accountant')
{{ __('partner') }}
@endrole
{{ __('Loại thẻ') }}
{{ __('status') }}
{{ __('Mệnh giá') }}
@role('admin|support')
{{ __('Loại xử lý') }}
@endrole
{{ __('request_id') }}
{{ __('Mã thẻ') }}
{{ __('Serial thẻ') }}
{{ __('create_time') }}
{{ __('complete_time') }}

{{ __('list') }}

{{ __('export_excel') }}
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
{{ __('order_id') }} {{ __('request_id') }} {{ __('partner') }} {{ __('Loại thẻ') }} {{ __('Mã thẻ') }} {{ __('Serial thẻ') }} {{ __('Mệnh giá gửi') }} {{ __('Mệnh giá thực') }} {{ __('fee') }} {{ __('balance') }} {{ __('status') }} {{ __('create_time-complete_time') }} {{ __('Phản hồi') }} {{ __('Xử lí') }} {{ __('Xử lí bởi') }} {{ __('Cổng xử lí') }} {{ __('Callback') }} {{ __('operation') }}
{{-- Modal --}}
Chỉnh sửa thẻ

@csrf @method('PUT')
@endsection @section('scripts') @endsection @section('styles') @endsection