@extends(Auth::check() ? 'layouts.front' : 'layouts.auth') @section('page-title', $title) @section('content')
@include('partials.announcement')

@lang('crm.terms_and_conditions')

@include('partials.front-lang')
{!! $terms !!}
@stop @section('scripts') @stop