@extends('broker.layout.app') @section('content')

Broker Dashboard

Home > Dashboard
@include('broker.layout.sidebar')
{{--
--}} {{-- --}} {{--
--}}
@if(!empty($entries))

Referral Agent

@foreach ($entries as $entryID => $userMeta) @php // Convert meta data into an associative array for easy access $userData = []; foreach ($userMeta as $meta) { $userData[$meta->meta_key] = $meta->meta_value; } @endphp @endforeach
First Name Last Name Email Action
{{ $userData['12'] ?? 'N/A' }} {{ $userData['13'] ?? 'N/A' }} {{ $userData['2'] ?? 'N/A' }} Edit
@endif @if(!empty($partnerEntries)) @endif
@endsection @push('script') @endpush