@extends('layouts.app') @section('title', 'Expire Properties') @push('css') @endpush @section('content')

Manage Expired Properties

@foreach (['residential' => $residential, 'commercial' => $commercial, 'agriculture' => $agriculture] as $tab => $properties)
@if ($loop->iteration <= 3) @endif
@endforeach
@endsection @push('js') @endpush