@extends(homePageLayout()) @section('title') {!! __('messages.vcard.term_condition') !!} @endsection @section('content')
{!! $setting['terms_conditions'] !!}
@endsection