{{--
--}} {{--
--}} {{--
--}} {{--

References

--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}
Reference Data Table
@php $count = 1; @endphp @foreach($ref_codes as $ref_code) @foreach($ref_code->referee as $referee) @php $count++; @endphp @endforeach @endforeach
No. Organization Description Code Contact Email Phone Percentage Revenue Active Created Action
{{$count}} {{ucwords($ref_code->username)}} {{$referee->description}} {{$referee->reference}} {{$ref_code->first_name . " " . $ref_code->last_name}} {{$ref_code->email}} {{$ref_code->phone}} {{$referee->percentage}} {{$referee->revenue}} {{$referee->active ? 'Yes' : 'No'}} {{$ref_code->created_at}}
@include('layouts.admin.footer')