{{-- Back Button to Profile Page --}}
@if ($user->firstname && $user->lastname && $user->phone && $user->job_title) @endif

  Edit Profile

@if ($user->firstname && $user->lastname && $user->phone && $user->job_title) {{-- View Card --}} View Card {{--   --}} @endif
{{-- Profile Photo --}}

Profile Picture

  
{{-- Cover Photo --}} @if (auth()->user()->user_type != 'Free')

Cover Photo (1080×600px)

  
@if (empty($this->check_cover))

Upload Cover Photo

@else @error('thumbnail')

{{ $message }}

@enderror @endif
@endif @if (auth()->user()->user_type != 'Free')

Profile Picture Layout

{{--    New  --}}
@if ($set_layout == 'default') Default @elseif ($set_layout == 'rounded') Rounded @elseif ($set_layout == 'default_cover') With Cover @elseif ($set_layout == 'full_width') Full Width @else Cover Only @endif
@endif
{{--
--}}

Account Information

{{--

Please provide the necessary details for account registration to complete the process and set up your account.

--}}
{{ $site_url }}
@error('username')

{{ $message }}

@enderror

Personal Information

{{-- @if ($maincard_active) --}}
@error('firstname')

{{ $message }}

@enderror
@error('lastname')

{{ $message }}

@enderror
{{-- @endif --}}

Write your job title/description. ()

@error('job_title')

{{ $message }}

@enderror
@error('company')

{{ $message }}

@enderror
@error('company_website')

{{ $message }}

@enderror @if (session('company_website'))

{{ session('company_website') }}

@endif

Write a few sentences about yourself. ()

{{-- @if (in_array($user_type, ['Gold', 'Platinum']))

Write your bio. ()

@endif --}} @if (in_array($user_type, ['Gold', 'Platinum']))

Write your bio. ()

@endif
@error('phone')

{{ $message }}

@enderror
@if ($maincard_active)
@error('country')

{{ $message }}

@enderror
@error('state')

{{ $message }}

@enderror
@endif