@extends('layouts.lookatme') @section('title', trans('message.my_profile')) @section('content')
@if(auth()->check()) @endif

{{trans('message.term_condition')}}


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