@extends('customer.layouts.master') @push('stylesheet') @endpush @section('content')

USER PROFILE

@if(isset($badges)) @foreach ($badges as $item)
{{$item->badge->title}}
@endforeach @endif

{{ $user->full_name }}

{{ $user->email }}
 
JOB ROLE

{{ $user->profile->job_role->name }}

PARTNER NAME

{{$user->profile->property->name}}

@if(isset($user->profile->property->profile->logo)) @else Partner Logo Not Set @endif
{{-- Disabled as no need to add partner logo, only display, can reimplement if adding a user profile picture --}} {{-- --}}

PASSWORD

Lorem impious Lorem impious Lorem impious Lorem impious Lorem impious Lorem impious
*******

CURRENT POINTS TOTAL

@if(isset($user->profile->total_points)) {{$user->profile->total_points}} @else 0 - (points error) @endif
VIEW LEADERBOARD
@stop