@extends('layouts.public') @section('title', 'Practice Areas - ' . config('app.name')) @section('meta_description', 'Legal practice areas at Shavhani Attorneys — civil litigation, road accidents, PRASA, labour, family law, estates, and more.') @section('content')
@forelse(\App\Models\Service::where('is_active', true)->get() as $service) @empty

Practice areas coming soon.

@endforelse

Ready to discuss your matter?

Request a consultation and we'll advise on the best way forward.

Request a Consultation
@endsection