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

Editando {{ $post->nombre }}

Ver articulos publicados
@csrf
{{ $errors->first('nombre', ":message") }}
{{ $errors->first('featured_image', ":message") }}
{{ $errors->first('descripcion_corta', ":message") }}
{{ $errors->first('post', ":message") }}

@endsection @section('script') @endsection