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

Logs

@foreach($notifications as $notif) @if(!empty($notif->member)) @else @endif @endforeach
Photo Membre Notification Il y a Date
@if(!empty($notif->member->photo)) @endif {{ $notif->member->lastname . ' ' . $notif->member->firstname }} {{ $notif->log }} {{ $notif->get_delay() }} {{ $notif->get_date() }} {{ $notif->log }} {{ $notif->get_delay() }} {{ $notif->get_date() }}
@endsection