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

Show More To Explore

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Title Image
Image Preview
Image Preview

Contents

@foreach ($moreToExplore->contents as $content) @endforeach
Title Description Image Actions
{{ $content->title }} {{ $content->description }}
@endsection