@extends('layouts.app') @section('title') Logs @endsection @section('page-title') Logs @endsection @section('content')
@if (count($logs)) @foreach ($logs as $log) @endforeach @else @endif
# Comptes Consultation Propositions Guest Participant Action Création
{{ $log->id }} {{ $log->compte->name }} {{ $log->consultation->title}} @if (!empty($log->proposition_id)) {{ $log->proposition->title }} @endif {{ $log->guest_id }} {{ $log->participant_id }} {{ $log->action }} {{ $log->created_at->format('YmdHis') }}Le {{ $log->created_at->format('d/m/Y \à H\hi') }}
Aucune action enregistrée
@endsection