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

Editar Post

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

Imagem Atual:

@endif
Cancelar
@endsection