@extends('layouts.app') @section('styles') @endsection @section('content')
AGREGAR NUEVA RADIOGRAFIA
@csrf()
RADIO GRAFIA
Guardar
RADIOGRAFIAS
@foreach ($fotos as $foto)
Fecha de Registro: {{$foto->created_at}}
@endforeach
@endsection