My Details

Profile

@php $user_details = [ ['label' => 'First name', 'value' => $current_data->FirstName], ['label' => 'Last name', 'value' => $current_data->Surname], ['label' => 'Telephone', 'value' => $current_data->Telephone], ]; @endphp @foreach($user_details as $detail) @endforeach
{{ $detail['label'] }} {!! $detail['value'] !!}

Password

Keep your password secure.

Change password

Email address

{{ $current_data->Email }}

Communication preferences

If you would like to learn more about how we safeguard your data and the types of organisations we work with, please read Premier's privacy policy here.

If you need further assistance, please email us at: database@premier.org.uk.

{{-- Communication preferences form --}} {{--
--}} {{-- @csrf--}} {{-- @foreach ($enabled_scopes as $enabled_scope)--}} {{-- @php--}} {{-- $scope_preferences = !empty($communication_preferences[$enabled_scope]) ? $communication_preferences[$enabled_scope] : null;--}} {{-- @endphp--}} {{-- @if (!empty($scope_preferences))--}} {{-- @php--}} {{-- $scope_preferences = isset($scope_preferences['DPAData']) ? $scope_preferences['DPAData'] : $scope_preferences;--}} {{-- $title = $enabled_scope == 'Brand' ? 'Premier' : $enabled_scope;--}} {{-- @endphp--}} {{-- @if(count($enabled_scopes) > 1)--}} {{--

{{ $title }}

--}} {{-- @endif--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach ($scope_preferences as $label => $preference)--}} {{-- @php--}} {{-- $is_opt_in = $preference['Use'] === 'True';--}} {{-- @endphp--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{--
TypeOpt inOpt out
{{ $label }}--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- @endif--}} {{-- @endforeach--}} {{--
--}} {{-- --}} {{-- Update--}} {{-- --}} {{--
--}} {{--
--}}