@extends('layouts.app') @section('title') Downlines @endsection @section('content')

Downlines

@if ($downlines->count() == 0)

You have no downline.

@endif
@if ($downlines->count() > 0)
Level Total Amount Spent
1ST MYR 0.00
2ND MYR 0.00
3RD MYR 0.00
@endif
@include('partials.customer_sidebar')
@endsection @section('js') @endsection