{{-- * LaraClassifier - Classified Ads Web Application * Copyright (c) BeDigit. All Rights Reserved * * Website: https://laraclassifier.com * Author: Mayeul Akpovi (BeDigit - https://bedigit.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 - https://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() !!} @honeypot
{{-- report_type_id --}} @php $reportTypeIdError = (isset($errors) && $errors->has('report_type_id')) ? ' is-invalid' : ''; @endphp
{{-- email --}} @if (auth()->check() && isset(auth()->user()->email)) @else @php $emailError = (isset($errors) && $errors->has('email')) ? ' is-invalid' : ''; @endphp
@endif {{-- message --}} @php $messageError = (isset($errors) && $errors->has('message')) ? ' is-invalid' : ''; @endphp
@include('layouts.inc.tools.captcha', ['label' => true])
{{ t('Back') }}
@endsection @section('after_scripts') @endsection