@extends('admin.layouts.master') @section('content')

Activity Timeline

    @foreach($notifications as $notification)
  • {{str_replace('_',' ',$notification->type)}}

    {{$notification->body}}
    {{$notification->created_at}}
  • @endforeach
{{ $notifications->links() }}
@endsection