@extends('layouts.app_layout') @section('content')
Inbox Messages
{{-- Clear all --}}
    @if ($inboxNotifications != null) @foreach ($inboxNotifications as $notifications) @php $date = Carbon\Carbon::parse($notifications->created_at)->diffForHumans(); @endphp
  • {{ $notifications->type_name }} {{ $date }}

    {{ $notifications->message }}

    @if ($notifications->type_name == "BATCH") View @elseif ($notifications->type_name == "ASSESSMENTS") View @endif
  • @endforeach @else

    No new inbox messages

    @endif
@if ($inboxNotifications != null) @endif

-------------------- Website --------------------

Announcements

{{ count($announcements) }}

Sliders

{{ count($sliders) }}

Pages

{{ count($page) }}

@endsection @section('pages-scripts') @endsection