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

Editar Foto

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

Imagem Atual:

@endif
Cancelar
@endsection