@if (\Session::has('success'))

{{ \Session::get('success') }}

@endif @if ($message = Session::get('success'))

{{$message}}

@endif @if (session('error'))
{{ session('error') }}
@endif
{{csrf_field()}}
@php $kind = isset($kind) ? $kind : "sale"; @endphp
@php $rating = isset($rating) ? $rating : "good"; @endphp
@php $local_type = isset($queryParam['local_type']) ? $queryParam['local_type'] : ""; @endphp
@php $ownership = isset($queryParam['$ownership']) ? $queryParam['ownership'] : ""; @endphp
@php $local_type = isset($queryParam['construction']) ? $queryParam['construction'] : ""; @endphp
@php ($checked = "") @if($queryParam['approval_user']) @php ($checked = "checked") @endif