@extends('layouts.app') @section('title', $pageTitle . ' - ERAS') @section('content')
{{-- Hero Section --}}

Welcome to Tax Education & Awareness Centre

Gain access to education and awareness materials, interact with us, submit ideas and obtain the help and assistance you need to work with us in making Edo state greater.

{{-- Content Section --}}
@if(!empty($categories) && count($categories) > 0)
@foreach($categories as $category) @php $seoUrl = str_replace(' ', '-', preg_replace('/[^A-Za-z0-9 ]/', '', $category->AwarenessCategoryName ?? 'General')); @endphp

{{ $category->AwarenessCategoryName ?? 'Category' }}

{{ $category->SectionDescription ?? 'Learn more about this topic.' }}

@endforeach
@else {{-- Default awareness categories when database is not available - matches .NET FAQ categories --}} @endif
@endsection