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