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

Edit Content

@if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif
@csrf @method('PUT')
Title:
Description:
Images:



Select for delete images
    @php if(!empty($content->images)): $images = json_decode($content->images); foreach($images as $image): @endphp
  • {{ $image }}
  • @php endforeach; endif; @endphp
@endsection