@extends('layouts.main') @section('title') {{ __('Property') }} @endsection @section('page-main-title') {{ __('Property') }} @endsection @section('content') {{ __('Filters') }} {{ __('Clear Filters') }} @if (has_permissions('create', 'property')) {!! Form::open(['route' => 'property.create', 'class' => 'd-inline']) !!} {{ method_field('get') }} {{ Form::submit(__('Add Property'), ['class' => 'btn btn-primary']) }} {!! Form::close() !!} @endif {{ __('Active Filters') }}: 0 {{ __('ID') }} {{ __('Title') }} {{ __('Category') }} {{ __('Slug') }} {{ __('City') }} {{ __('Customer') }} {{ __('Mobile') }} {{ __('Type') }} {{ __('Enable/ Disable') }} {{ __('Status') }} {{ __('Interested Users') }} {{ __('Status') }} @if (has_permissions('update', 'property')) {{ __('Action') }} @endif {{-- Filter Modal --}} {{ __('Property Filters') }} {{-- Filter Category --}} {{ __('Category') }} {{ __('Select Category') }} @if (isset($category)) @foreach ($category as $row) {{ $row->category }} @endforeach @endif {{-- Filter Status --}} Availability Status Select Availability Status {{ __('Inactive') }} {{ __('Active') }} {{ __('Deleted') }} {{-- Filter Type --}} {{ __('Property Type') }} {{ __('Select Type') }} {{ __('Sale') }} {{ __('Rent') }} {{ __('Sold') }} {{ __('Rented') }} {{-- Filter Owner --}} {{ __('Property Owner') }} {{ __('Select Property Owner') }} {{ __('By Admin') }} {{ __('By Users') }} {{-- Filter Private/General --}} {{ __('Accessibility Type') }} {{ __('Select Accessibility Type') }} {{ __('All') }} {{ __('Private') }} {{ __('General') }} {{-- Filter Property Status --}} Verification Status Select Verification Status Pending Approved Rejected {{-- Filter is feature property --}} Feature property Select Feature Property Yes No {{-- Filter Plan --}} {{ __('Owner Subscribed Plan') }} {{ __('Select Plan') }} @if (isset($packages)) @foreach ($packages as $row) {{ $row->name }} @endforeach @endif {{-- End Filter Modal --}} {{-- Interested Users Modal --}} {{ __('Interested Users') }} {{ __('ID') }} {{ __('Profile') }} {{ __('Name') }} {{ __('Number') }} {{ __('Email') }} {{-- End Interested Users Modal --}} {{-- Gallery Images Modal --}} {{ __('Gallery Images') }} {{-- End Gallery Images Modal --}} {{-- Gallery Images Modal --}} {{ __('Documents') }} {{-- Change Request Status Modal --}} {{ __('Change Status') }} {{ csrf_field() }} {!! Form::hidden('id', "", ['id' => 'edit-request-status-id']) !!} {{ Form::label('', __('Status'), ['class' => 'form-label col-12 ']) }} {{-- Approve --}} {{ Form::radio('request_status', 'approved', null, [ 'class' => 'form-check-input request-status', 'id' => 'status-approve', 'required' => true ]) }} {{ Form::label('status-approve', __('Approve'), ['class' => 'form-check-label']) }} {{-- Reject --}} {{ Form::radio('request_status', 'rejected', null, [ 'class' => 'form-check-input request-status', 'id' => 'status-reject', 'required' => true, ]) }} {{ Form::label('status-reject', __('Reject'), ['class' => 'form-check-label']) }} {{-- Reason for Reject --}} {{ Form::label('reject-reason-text', __('Reject Reason'), ['class' => 'form-label']) }} {!! Form::textarea('reject_reason', null, ["id" => "reject-reason-text", "class" => 'form-control', "placeholder" => trans('Reject Reason')]) !!} {{-- End Change Request Status --}} {{-- Rejection Reason Modal --}} {{ __('Rejection Reason') }} {{-- End Rejection Reason Modal --}} {{-- Change Type Status Modal --}} {{ __('Change Property Status') }} @csrf Current ยป Target {{ __('Would you like to change the listing status?') }} {{-- Mark Payment Received Modal --}} {{ __('Payment Confirmation') }} @csrf {{ __('Mark Payment as Received?') }} {{ __('By marking this as received, you confirm that the commission/payment for this property has been successfully collected.') }} {{-- Swipe Button Style --}} {{ __('Swipe to Confirm') }} @endsection @section('script') @endsection
{{ __('Would you like to change the listing status?') }}
{{ __('By marking this as received, you confirm that the commission/payment for this property has been successfully collected.') }}