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

Modifier un contenu

@csrf @method('PUT')
Formats acceptés : JPEG, PNG, JPG (max 2MB)
@if($post->image)
Image actuelle

Image actuelle

@endif
Blocs supplémentaires
@foreach($post->blocks as $index => $block)
@if($block->image)
Image actuelle

Image actuelle

@endif
@endforeach
@endsection