@extends('adminlte::page') @section('title', 'Sergic - Contenus') @section('content_header') @if(Session::has('message')) @endif

Contenus - Liste

@stop @section('content')
Nouveau Contenu

@foreach($contents as $content) @endforeach
Key Value Pages Actions
{{ $content->key }} {{ $content->value }} @foreach($content->pages as $key => $page) {{ $page->name }}{{ $key === count($content->pages) - 1 ? '' : ',' }} @endforeach
@method('DELETE') @csrf
@stop @section('js') @stop