{{-- * LaraClassifier - Classified Ads Web Application * Copyright (c) BeDigit. All Rights Reserved * * Website: https://laraclassifier.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('layouts.master') @section('content') @includeFirst([config('larapen.core.customizedViewPath') . 'common.spacer', 'common.spacer'])
@includeFirst([config('larapen.core.customizedViewPath') . 'post.inc.notification', 'post.inc.notification'])

{{ $title }}


{{ t('There is something wrong with this listing') }}

{!! csrf_field() !!}
{{-- report_type_id --}}
{{-- email --}} @if (auth()->check() and isset(auth()->user()->email)) @else
@endif {{-- message --}}
@include('layouts.inc.tools.captcha', ['label' => true])
{{ t('Back') }}
@endsection @section('after_scripts') @endsection