@extends('layouts.main') @section('title') {{ __('Scheduled Property Visits') }} @endsection @section('page-main-title') {{ __('Scheduled Property Visits') }} @endsection @section('content') {{ __('All Properties') }} @foreach (App\Models\Property::where(['category_type' => 'real-estate'])->get() as $property) {{ $property->title }} @endforeach {{ __('Property') }} {{ __('Full Name') }} {{ __('Email') }} {{ __('Phone') }} {{ __('Schedule on') }} {{ __('Preferred Date') }} {{ __('Preferred Time') }} {{ __('Is Approved') }} {{ __('Action') }} {{ __('Scheduled Visit Details') }} {{ __('Property:') }} {{ __('Full Name:') }} {{ __('Email:') }} {{ __('Phone:') }} {{ __('Preferred Date:') }} {{ __('Preferred Time:') }} {{ __('Purpose of Visit:') }} {{ __('Status:') }} {{ __('Reject Reason:') }} @endsection @section('script') @endsection
{{ __('Property:') }}
{{ __('Full Name:') }}
{{ __('Email:') }}
{{ __('Phone:') }}
{{ __('Preferred Date:') }}
{{ __('Preferred Time:') }}
{{ __('Purpose of Visit:') }}
{{ __('Status:') }}
{{ __('Reject Reason:') }}