@extends('layouts.app') @section('title', 'Affiliates') @push('styles') @endpush @section('content')

Referral Programs

Your Parent User : @if ($user->parent) {{ $user->parent->name }} ({{ $user->parent->email }}) @else No Parent User Found @endif
@endsection @push('scripts') @endpush