@extends('theme.default.layouts.website') @section('header')

{{ _lang('Terms & Condition') }}

@endsection @section('content')

{!! xss_clean(get_array_option('terms_condition_content')) !!}

@endsection