@extends('Sidebar.icssacvSidebar')
@section('title', 'Fotografias')
@section('contenido')
@if ($registro != 0)
@isset($nombres)
@php
$count = 0;
@endphp
@foreach ($nombres as $nombre_imagen)
@php
$count = $count + 1;
@endphp
@endforeach
Previous
Next
@endisset
@else
@endif
@endsection
@section('titulo')
@endsection
@section('scripts')
@endsection