@extends('frontend.layout.main') @section('content')
LegalForum Help Verified
AVAILABLE FOR WORK

Advocate

{{ $advocate->fullname }}

{{ $advocate->city }}, {{ $advocate->state }}

{{-- --}}

Connect with Advocate {{ $advocate->fullname }} on WhatsApp for quick legal guidance.

Chat on WhatsApp

Advocate

{{ $advocate->fullname }}

{{ $advocate->shortDescription }}

Legal Practitioner in {{ $advocate->city }}, {{ $advocate->state }}

Practice Areas

@if(!empty($advocate->practice_area)) @foreach($advocate->practice_area as $area) {{ $area }} @endforeach @endif
ABOUT ME

Advocate {{ $advocate->fullname }}

Legal Services & Expertise

{!! $advocate->description !!}

Experience

{{ $advocate->experience }} Years

Primary Practice Area

{{ $advocate->primaryPracticeArea ?? "N/A" }}

Enrollment Number

{{ $advocate->barEnrollmentNo ?? 'N/A' }}

Location & Address

{{ $advocate->city }}, {{ $advocate->state }}

{{ $advocate->address }}

CONTACT

Contact to Advocate {{ $advocate->fullname ?? "__" }}

For legal help, case-related questions, or expert guidance, feel free to contact Advocate {{ $advocate->fullname ?? "__" }}. With experience across multiple legal areas, R M Patwardhan provides reliable advice and personalized legal representation.

@csrf
@endsection @push('scripts') @endpush