@extends('frontend.layouts.app') @section('content') @php $term = App\Models\Term::first(); @endphp @if( isset( $term->image ) ) @php $bannerImage = asset('site-settings/'.$term->image); @endphp @endif

Terms and Conditions

{!!$term->content ?? ''!!}
@endsection