@extends('layouts.app') @section('title', $title ?? __('pages.privacy_policy_title')) @section('content') @include('sections.privacy.hero') @include('sections.privacy.content') @endsection