@extends('frontend_landing_page.master') @section('content') @php $allpage = DB::table('all_page_images')->where('id', 1)->first(); @endphp

Privacy Policy

image
@php $page = DB::table('pages')->where('id', 1)->first(); @endphp
{!!$page->privary_policy !!}
@endsection