@extends('layouts.theme') @section('title',__('Terms and Condition')) @section('main-wrapper')

{{__('Terms and Condition')}}

@if(isset($term_con))
{!! $term_con !!}
@endif
@endsection