@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')
Privacy Policy
@csrf
Privacy Policy Content
@if(session()->has('message'))
{{ session()->get('message') }}
@elseif(session()->has('error'))
{{ session()->get('error') }}
@endif
@foreach ($privacy as $item )
{{$item->content}}
@endforeach {{--
--}}
Save Content
{{-- --}} @include('partials.footer')
@include('global.footer-links')