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

@yield('title')

@endsection @section('content')
{{-- {{ Form::label('filter_status', 'Status', ['class' => 'form-label col-12 text-center']) }} --}} {{-- --}} {{-- {!! Form::select( 'filter_status', ['0' => 'Pending', '1' => 'Accept', '2' => 'Complate', '3' => 'Cancel'], $status, ['class' => 'form-select form-control-sm', 'id' => 'filter_status', 'placeholder' => 'Select Status'], ) !!} --}}
@if (has_permissions('update', 'property') || has_permissions('delete', 'property')) @endif
{{ __('ID') }} {{ __('Title') }} {{ __('Owner Name') }} {{ __('Owner Mobile') }} {{ __('Inquiry By') }} {{ __('Location') }} {{ __('Email') }} {{ __('Mobile') }} {{ __('Enquiries Posted') }} {{ __('Chat') }} {{ __('Action') }}
@endsection @section('script') @endsection