@extends('layouts.innerpage') @section('title', 'Terms and Conditions') @section('content') @php $cms = DB::table('cms')->where('page_name','Terms and Conditions')->first(); @endphp @php echo isset($cms->page_content)?$cms->page_content:'Content not available!'; @endphp @endsection