@extends('layouts.front_end') @section('title', 'Privacy Policy') @section('content')
{{-- --}}
@if($companyInfo) {!! $companyInfo->privacy_policy !!} @endif
@endsection