@extends('distributor.layouts.app') @section('title', 'Transaction Management') @section('row')
@endsection @section('content')

Sent to Retailers : {{ $transactionSenderCount }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
# Sender_id Send by Reciever_id Recieved by Credit Created at
Total:

Transferred By Admin / Retailers : {{ $transactionRecieverCount }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{-- --}}
# Sender_id Send by Reciever_id Recieved byPreviousCredit Created at
Total:
@endsection @push('js') @endpush