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

{{trans('lang.notifications')}}

{{trans('lang.notifications')}}

{{trans('lang.title')}} {{trans('lang.message')}} {{trans('lang.type')}} {{trans('lang.status')}}
{{ $notifications->titre }} {{ $notifications->message}} {{ $notifications->type}} {{ $notifications->statut }}
@endsection