@extends('layouts.main') @section('title') {{ __('Scheduled Property Visits') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{ __('Property') }} {{ __('Full Name') }} {{ __('Email') }} {{ __('Phone') }} {{ __('Preferred Date') }} {{ __('Preferred Time') }} {{ __('Is Approved') }} {{ __('Action') }}
@endsection @section('script') @endsection