@extends ('iats.master') @section('styles') @stop @section('content-main')

Info sur l'Événement

{{ $post->titre}}

  • {{ $post->categoriepost->intitule}}
  • {{ $post->created_at}}
  • {{ $post->user->email}}

Laisser un commentaire

Recent Posts

    @foreach ($posts as $post)
  • {{ $post->created_at}}

    {{ \Illuminate\Support\Str::limit($post->titre, 30) }}...

  • @endforeach

Blog Categories

    @foreach ($categorieposts as $categoriepost)
  • {{ $categoriepost->intitule }} ( {{count($categoriepost->posts)}} )
  • @endforeach

Popular Tags

Information tecnology Students
@stop @section('scripts') @stop