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

Manage Closed Properties

@csrf New Residential Properties New Commercial Properties New Agriculture Property
@foreach (['residential' => $residential, 'commercial' => $commercial] as $tab => $properties)
@if ( $loop->iteration <= 2) @endif
@endforeach
@endsection {{-- custom js --}} @push('js') @endpush