@extends('voyager::master') @section('page_title', 'Merchant') @section('page_header') @stop @section('content') @include('_partials.alerts')
@include('vendor.voyager.address-management.include.filter')
{{ __('datatable.sn') }} {{ __('datatable.reference_number') }} {{ __('datatable.wallet_id') }} {{ __('datatable.type') }} {{ __('voyager::form.lyd_amount') }} {{ __('datatable.trx_type') }} {{ __('datatable.state') }} {{ __('datatable.date') }} {{ __('datatable.description') }} {{ __('datatable.notes') }} {{ __('datatable.current_balance') }} {{ __('datatable.available_balance') }} {{ __('datatable.running_balance') }}
Total: Total:
@include('paynow.agents.fields') @stop @section('css') @stop @section('javascript') @stop