@extends('../layouts/partials/header') @section('content')

REPARACIONES

Los campos marcados con (*) son mandatorios.
@csrf @method('put')
@if(session('success')) @endif @if ( $errors->any() )
    @foreach ( $errors->all() as $error )
  • {{ $error }}
  • @endforeach
@endif

@if($reparacion) @else

Imagen no disponible

@endif

@if($reparacion) @else

Imagen no disponible

@endif

@if($reparacion) @else

Imagen no disponible

@endif

@if($reparacion) @else

Imagen no disponible

@endif

@if($reparacion) @else

Imagen no disponible

@endif

@if($reparacion) @else

Imagen no disponible

@endif
{{ optional($reparacion->user)->name }}
{{ $reparacion->created_at?->format('Y-m-d H:i') }}
@endsection @extends('../layouts/partials/footer')