@extends('layouts.app') @section('title') {{ __('Quản lý giao dịch chờ') }} @endsection @section('bank_transaction_otp') active @endsection @section('section.header')

{{ __('Quản lý giao dịch chờ') }}

@endsection @section('section.content')
@csrf
{{ __('Trạng thái') }}

{{ __('List') }}

{{ __('Tên') }} {{ __('Tài khoản') }} {{ __('Loại') }} {{ __('Trạng thái') }} {{ __('Thời gian tạo') }} {{ __('operation') }}
@endsection @section('scripts') @endsection @section('styles') @endsection