@extends('layouts.app') @section('htmlheader_title') Home @endsection @section('main-content')

Haciendas

@if (Session::has('message'))

{{ Session::get('message') }}

@endif
@foreach ($vhaciendas as $hacienda) @endforeach
# Nombre Descripcion Antigüedad Ubicación Operaciones
{{$hacienda->id}} {{$hacienda->nombre}} {{$hacienda->descripcion}} {{$hacienda->antiguedad}} {{$hacienda->ubicaciones}}
@endsection