@extends('site.layout') @section('content')
Terms & Conditions
@if (!empty(trim((string) $content))) {!! $content !!} @else Terms and conditions content will be managed from the admin panel. @endif
@endsection