@extends('astrologer.layouts.app') @section('title', 'Profile Settings') @push('styles') @endpush @section('content')
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Profile Strength Visibility Booster
{{ $completion }}%
@csrf @method('PUT')

Personal Information

@if($detail->profile_pic) @else
Upload Photo
@endif
@error('profile_pic')

{{ $message }}

@enderror

Professional headshot
(Required)

@if($detail->mobile_verified_at) Verified @else @endif
@error('id_proof_front')

{{ $message }}

@enderror
@error('id_proof_back')

{{ $message }}

@enderror
@error('pan_card')

{{ $message }}

@enderror

Expertise & Experience

@foreach($skills as $skill) @endforeach

C. Service & Pricing

@php $days = ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']; @endphp @foreach($days as $index => $day) @php $avail = $user->availabilities->where('day', $index)->first(); @endphp
{{ $day }}
@endforeach

Social & Trust Signals

A 60s intro build trusts with clients.

@error('intro_video_link')

{{ $message }}

@enderror

No awards added yet

@endsection