{{-- * LaraClassified - Geo Classified Ads CMS * Copyright (c) Mayeul Akpovi. All Rights Reserved * * Email: mayeul.a@larapen.com * Website: http://larapen.com * * LICENSE * ------- * This software is furnished under a license and may be used and copied * only in accordance with the terms of such license and with the inclusion * of the above copyright notice. If you Purchased from Codecanyon, * Please read the full License from here - http://codecanyon.net/licenses/standard --}} @extends('classified.layouts.master') @section('search') @parent @endsection @section('content')

{{ trans('page.Terms Of Use') }}


{!! trans('page.definition_content', ['app_name' => mb_ucfirst(config('settings.app_name')), 'country' => mb_ucfirst($country->get('name')), 'url' => url('/')]) !!}
{!! trans('page.subject_content') !!}
{!! trans('page.acceptance_content') !!}
{!! trans('page.responsibility_content', ['app_name' => mb_ucfirst(config('settings.app_name')), 'country' => mb_ucfirst($country->get('name'))]) !!}
{!! trans('page.modification_content', ['app_name' => mb_ucfirst(config('settings.app_name')), 'country' => mb_ucfirst($country->get('name'))]) !!}
{!! trans('page.miscellaneous_content', ['app_name' => mb_ucfirst(config('settings.app_name')), 'country' => mb_ucfirst($country->get('name'))]) !!}
@endsection @section('info') @endsection @section('javascript') @parent @endsection