@extends('layouts.layout') @section('content')

Réclamation

@foreach($reclamations as $reclamation)
{{ $reclamation->created_at }}
{{-- 12:05--}}

{{ $reclamation->categorie->nom }}

@endforeach
{{ $links }}
@endsection @section('script') {{-- --}} @endsection