@extends('layouts.app') @section('content')
| {{trans('lang.title')}} | {{trans('lang.message')}} | {{trans('lang.type')}} | {{trans('lang.status')}} |
|---|---|---|---|
| {{ $notifications->titre }} | {{ $notifications->message}} | {{ $notifications->type}} | {{ $notifications->statut }} |