@extends('layouts.admin') @section('title', $projet->name) @section('content')

{{ $projet->name }}

{{ $projet->name }}
{!! $projet->description !!}

Informations generales

@include('admin.project-info')

Par

Membres

@php $count_ = 1; @endphp @forelse($projet->users as $follower) Avatar @php if($count_ == 5){ $count_ ++; break; } @endphp @empty Pas encore de membres ! @endforelse @if($count_ > 5) Voir plus @endif
{{--

Ils suivent le projet

@php $count_ = 1; @endphp @forelse($projet->users as $follower) Avatar @php if($count_ == 5){ $count_ ++; break; } @endphp @empty Pas encore de membres ! @endforelse @if($count_ > 5) Voir plus @endif
--}}
@endsection @section('script') @endsection