@extends('layout1') @section('title') {{ __('Terms and Conditions') }} @endsection @section('frontend-content')

{{ __('Terms And Conditions') }}

@if ($termsAndCondition) {!! $termsAndCondition->translation->terms_and_condition !!} @endif
@endsection