@extends('web.layouts.app') @push('page_vendor_css') @endpush @push('page_styles') @endpush @section('title') {{ $PrivacyPage->title }} | {{ $GeneralSettings->name }} @endsection @section('header-content')
{{ $PrivacyPage->header }}
@endsection @section('content') {!! $PrivacyPage->body !!} @endsection @push('page_scripts_vendors') @endpush @push('page_scripts') @endpush