@extends('layout') @inject('carbon', 'Carbon\Carbon') @inject('recovrey', 'App\Models\Recovrey') @section('content')

Propriétés & Maintenance

Gestion des logements

@include('shared.navbar')
@include('propertie._searchv3')
{{-- --}}
@if(session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@include('propertie.partials._propertiesCards')
@include('propertie.partials._proprietaires')
@include('propertie.partials._contrats')
{{--
--}} {{-- @csrf --}} {{-- @method('DELETE') --}} {{-- @foreach($properties as $key => $c) @endforeach
Date de création Nom uid Propriétaire Pays Connecté RU Adresse disponibilité Url dans site Property code Actions
{{ $c->created_at }} {{ $c->name }} {{ $c->uid }} {{ $owner->where('id', $c->tll_owner_id)->value('name') }} {{ $c->state }} @if ($c->is_active == '1') Connecté @else Non connecté @endif {{ $c->street }} @if ($c->is_available == '1') Actif @else Non actif @endif {{ $c->property_url }} {{ $c->uid }}
--}} {{--
--}}
@endsection