@extends('layouts.app') @section('title', 'Properties') {{-- custom css --}} @push('css') @endpush {{-- page connect --}} @section('content')
{{-- --}}
@endsection {{-- custom js --}} @push('js') @endpush