@extends('adminlte::page') @section('title', 'Descargar Imagenes') @section('content_header')

Descargar Imagenes

@stop @section('content')
@foreach ($accidentes as $accidente) @endforeach
Fecha Folio Descargar
{{ $accidente->Creado }} {{ $accidente->IdRegTab }} Ver Imagen
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @stop