@extends('frontend.main_master') @section('noindex', true) @section('title', $title ?? 'Gizlilik Politikası - Astro Bilge') @section('meta_description', $meta_description ?? 'Gizlilik politikası') @push('styles') @endpush @section('content')
@include('frontend.legal.privacy-policy-content')

Son güncelleme: {{ now()->format('d.m.Y') }}

@endsection