@extends('layouts.usermaster') @section('title') Voice Sync: My Network @endsection @section('content.header.title') My Network @endsection @section('css') @endsection @section('content')
@isset($totals) @endisset

@isset($refs) @foreach($refs as $ref) @endforeach @endisset
Tier # First Name Last Name Account Type Date Joined
{{ $ref->ref_level }} {{ $ref->ref_first_name }} {{ $ref->ref_last_name }} {{ $ref->account_name }} {{ \Carbon\Carbon::parse($ref->created_at)->format('m/d/Y')}}
@endsection('content') @section('javascript') @endsection @section('page_script') @endsection