@extends('layout.app') @section('title') BD - {{ $comic->comic_title }} @endsection @section('content') {{ $comic->comic_title }} / Description {{ $comic->comic_description }} {{ $comic->comic_member }} Lire la Bande Dessinée / @if(count($boards) == 0) Aucune planche disponible pour l'instant @endif @foreach($boards as $board) Planche {{ $board->board_number }} @endforeach @endsection
/
Description
{{ $comic->comic_description }}
{{ $comic->comic_member }}
Aucune planche disponible pour l'instant
Planche {{ $board->board_number }}