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

Terms & Condition

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