@extends('layouts.admin') @section('content') @section('headerTitle') {{ $house->title }} @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.cms.houses.view', $house) }} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection @section('buttons') @endsection

{{ $house->title }}

Descriere
{{ $house->description }}
Ultima actualizare
{{ $house->updated_at }}

Imagini

@endsection @push('scripts') @endpush