@include('common.errors')
@if (count($owners) > 0)
@foreach ($owners as $proprietario)
@endforeach
@endif
@if ( $from == "viewOwner" )
@if (count($houses) > 0)
| Dettaglio |
Proprietà |
Proprietario |
@foreach ($houses as $house)
| VIEW |
{{ $house->h_title }} |
{{ $house->o_name }} {{ $house->o_surname }} |
@endforeach
@endif
@endif
@endsection