@extends('layouts.app') @section('title', $seoData['seo_title'] ?? $sector->name . ' - Registration') @section('meta_description', $seoData['seo_description'] ?? $sector->description) @section('meta_keywords', $seoData['seo_keywords'] ?? 'registration, ' . strtolower($sector->name)) @section('og_image', $sector->image ? asset('storage/' . $sector->image) : asset('favicon.svg')) @section('content')