@extends('layout.app') @section('content')
{{-- Print --}}

Manager Balance Report


{{--
--}} {{--
--}} {{-- @php($total=0) --}} @foreach($managerBalance as $r) @endforeach
Name Balance
{{ $r->name }} {{$r->after_recharge_balance ?? ''}}
@endsection