@extends('layouts.admin.app') @section('title', 'Deal Explorer') @section('content') @php $listUrl = route('admin.deal-explorer.list'); $detailUrl = route('admin.deal-explorer.show'); $viewUrl = route('admin.deal-explorer.view'); $favoriteUrl = route('admin.deal-explorer.favorite'); $unfavoriteUrl = route('admin.deal-explorer.unfavorite'); @endphp
{{-- Toolbar --}}
{{-- Tabs --}}
{{-- Active Filters Tags --}}
Active Filters: {{-- Availability tag --}} {{-- Property Type tag --}} {{-- Sale Status tag --}} {{-- Rent Status tag --}} {{-- State tag --}} {{-- City tag --}} {{-- Postal Code tag --}} {{-- Min Area tag --}} {{-- Max Area tag --}} {{-- Min Sale Price tag --}} {{-- Max Sale Price tag --}} {{-- Min Rent Price tag --}} {{-- Max Rent Price tag --}} {{-- Clear All button --}}
{{-- Skeleton loader --}}
@foreach(range(1, 8) as $i) @endforeach
{{-- Cards container --}}
{{-- Pagination --}}
{{-- Property Detail Modal --}}
@push('styles') @endpush @endsection