@extends('Admin.admin_dashboard_links') @section('content')
@include('Admin.admin_dashboard_sidebar')

Invest Requested [Balance Request]

@forelse($money as $key=>$invests) @empty @endforelse
Serial Customer Id Email Ammount Status Action
{{$key+1}} {{$invests->rel_to_user->name}} {{$invests->rel_to_user->email}} {{($invests->requested_money - ($invests->requested_money * 0.05))}} {{$invests->status}}
Serial Customer Id Status Ammount Action
{{-- --}}
@endsection