@extends('layouts.master_app') @section('title') Fotos {{ $product->name}} @endsection @section('css') @endsection @section('content')
@csrf
@include('partials.success')
@foreach($product_photos as $photo) @endforeach
# Nombre Acciones
{{$loop->index+1}}
@if($photo->url != null ) @endif
{{$photo->name}}
@endsection @section('js') @endsection