@extends('frontend.layouts.app') @section('page_content')

{{LangTranslate::translate($privacypolicy->name ?? '',$privacypolicy->ar_name ?? '') ?? 'Privacy Policy'}}

@if(isset($privacypolicy) && isset($privacypolicy->id))
{!! LangTranslate::translate($privacypolicy->description ?? '', $privacypolicy->ar_description ?? '') !!}
@else @include('frontend.nodata_found') @endif
@endsection