@extends('layout.index') @section('content')
{!! $term->description ?? 'Terms & Conditions' !!}
@endsection @section('script') @endsection