@extends('layouts.app') @section('content')
| Photo | Membre | Notification | Il y a | Date | |||||
|---|---|---|---|---|---|---|---|---|---|
|
@if(!empty($notif->member->photo))
|
{{ $notif->member->lastname . ' ' . $notif->member->firstname }} | {{ $notif->log }} | {{ $notif->get_delay() }} | {{ $notif->get_date() }} | @else{{ $notif->log }} | {{ $notif->get_delay() }} | {{ $notif->get_date() }} | @endif