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

Modifier un contenu

@csrf @method('PUT')
@php $images = json_decode($page->images, true); $firstImage = !empty($images) ? $images[0] : null; @endphp @if($page->images)
Image actuelle

Image actuelle

@endif
@endsection