@extends('layouts.app') @section('content')

Editar Foto

@csrf @method('PUT')
@if ($photo->image)

Imagem Atual:

@endif
Cancelar
@endsection