@extends('layouts.front-end.app') @section('title',\App\CPU\translate('Terms & Conditions')) @push('css_or_js') @endpush @section('content')

{{\App\CPU\translate('Terms and Condition')}}

{!! $terms_condition['value'] !!}
@endsection