@extends('layouts.app') @section('title', 'Close Properties') @push('css') @endpush @section('content') Search Manage Closed Properties @csrf $refs.propertyForm.submit())"> New Residential Properties $refs.propertyForm.submit())"> New Commercial Properties $refs.propertyForm.submit())"> New Agriculture Property Residential Commercial {{-- Agriculture --}} @foreach (['residential' => $residential, 'commercial' => $commercial] as $tab => $properties) @if ( $loop->iteration <= 2) @endif @endforeach @endsection {{-- custom js --}} @push('js') @endpush