@extends('admin.layouts.master') @section('title', __('Transaction List')) @section('content')

@if($menuType == 'dedicated' && ($tnxType=='deposit'||$tnxType=='withdraw'||$tnxType=='referral')) {{ __(':Tnxtype', ['tnxtype' => $tnxType.(($tnxType=='withdraw') ? 'als' : 's')]) }} @else {{ __('Transactions') }} @endif

{!! __('Total :count transactions.', ['count' => ''.$transactions->total().'']) !!}

{{ __('All Orders') }}
@if(filled($transactions)) @include('admin.transaction.transaction-table', ['transactions' => $transactions]) @else

{{ __('No Transaction Found') }}

@endif
@endsection @push('modal') @endpush @push('scripts') @endpush