@extends('layouts.front-end.app') @section('title', translate('terms_and_Condition')) @section('content')

{{ translate('terms_and_Condition') }}

@if(!empty($termsCondition))
{!! $termsCondition !!}
@else
{{ translate('brand') }}
{{ translate('there_is_no_terms_&_conditions') }}
@endif
@endsection