@extends('layouts.app') @section('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