@extends('layouts.app') @section('title', 'Publications') @section('main_title_wrapper')

{{ $types_publication->name }}

{{--

Publications

--}} @endsection @section('content')
@forelse ($publications as $publication)

{{ $publication->titre }}

@empty Pas encore de publications @endforelse
@if ($publications)



{{ $publications->links('vendor.pagination.pagination') }}
@endif
@endsection @section('css') @endsection