@foreach($histories as $history) @endforeach
ID {{ __('views.notification_history.id_lms') }} {{ __('views.notification_history.th_message') }} {{ __('views.notification_history.th_type') }} {{ __('views.notification_history.th_date') }} {{ __('views.notification_history.th_status') }} {{ __('views.notification_history.th_actions') }}
{{ $history->id }} {{ $history->client_id_LMS }} {{ Str::limit($history->message, 30) }} {{ $history->type }} {{ $history->date }} {{ $history->status_text }}