@extends('frontend.layouts.master') @section('title','Terms Condition') @section('content')

{{$term->title}}

{!! $term->description !!}
@endsection