@extends('layouts.app')
@section('htmlheader_title')
Home
@endsection
@section('main-content')
Haciendas
# |
Nombre |
Descripcion |
Antigüedad |
Ubicación |
Operaciones |
@foreach ($vhaciendas as $hacienda)
{{$hacienda->id}} |
{{$hacienda->nombre}} |
{{$hacienda->descripcion}} |
{{$hacienda->antiguedad}} |
{{$hacienda->ubicaciones}} |
|
@endforeach
@endsection