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

Edit Post

@csrf
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif









The post main image

@if($post->inner_image)
The post main image
@else This post does not have an inner image. @endif

@if($post->file)
@else This post does not have an asociated file. @endif

Link this post to an existent one in another language.

{!! $post->content !!}

@endsection @section('scripts')