@extends('layouts.default') @push('title', get_phrase('Terms and condition')) @push('meta')@endpush @push('css')@endpush @section('content')

{{ get_phrase('Terms And Condition') }}

{!! htmlspecialchars_decode(removeScripts(get_frontend_settings('terms_and_condition'))) !!}
@endsection @push('js')@endpush