@extends('layouts.admin') @section('content')
{{ __('Manage All Properties') }}
From Date
To Date
Filter by
Property Type
{{-- Select Property Category --}}
@include('includes.admin.form-success')
{{ __('Image') }} {{ __('Post') }} {{ __('Category') }} {{ __('Create Date') }} {{ __('Update Date') }} {{ __('Property Info') }} {{ __('Price') }} {{ __('Type') }} {{ __('Status') }} {{ __('Options') }}
@includeIf('partials.admin.status') @endsection @section('scripts') @endsection