@extends('layouts.mobile-user') @section('content')

Downliners

@foreach($user as $p)
{{ date('d-m-Y h:s A',strtotime($p->created_at)) }}
{{ $p->name }}
{{ $p->email }}
{{ $p->reference }}
@endforeach @endsection @section('sheets') @endsection @section('scripts') @endsection