@extends('layouts.app')
@section('htmlheader_title')
Home
@endsection
@section('main-content')
Fotos
# |
Nombre |
URL |
Hacienda |
Operaciones |
@foreach ($vfotos as $foto)
{{$foto->id}} |
{{$foto->nombre}} |
{{$foto->url}} |
{{$foto->hacienda}} |
|
@endforeach
@endsection