@extends('layouts.public') @php $practiceName = \App\Models\SiteSetting::get('practice_name', 'Shavhani Attorneys'); $tagline = \App\Models\SiteSetting::get('tagline', 'Think Is Practical'); $philosophy = \App\Models\SiteSetting::get('firm_philosophy', \App\Models\SiteSetting::get('nutrition_philosophy', '')); @endphp @section('title', 'About - ' . $practiceName) @section('meta_description', 'About Shavhani Attorneys — practical legal representation across civil, personal injury, labour, family, and commercial law.') @push('schema') @endpush @section('content')
Law library at {{ $practiceName }}
@foreach(['Practical', 'Diligent', 'Client-focused'] as $badge) {{ $badge }} @endforeach

Who we are

{{ $practiceName }} is a law firm committed to providing accessible, practical legal services. We represent clients in matters ranging from civil litigation and personal injury claims to labour disputes, family law, and deceased estates.

Our philosophy is simple: legal advice should be clear, honest, and actionable. We take time to understand your situation, explain your options without unnecessary jargon, and pursue the strategy that best serves your interests.

@if($philosophy)
{{ $philosophy }}
@endif
@foreach([ ['title' => 'Listen first', 'text' => 'We start by understanding your matter, your goals, and your constraints.'], ['title' => 'Clear advice', 'text' => 'Straightforward guidance on merits, risks, and likely outcomes.'], ['title' => 'Thorough preparation', 'text' => 'Every matter is prepared with attention to detail and compliance.'], ['title' => 'Dedicated representation', 'text' => 'We advocate for you in negotiations, tribunals, and court.'], ] as $step)

{{ $step['title'] }}

{{ $step['text'] }}

@endforeach
@endsection