@extends('backend.layouts.master') @section('pageTitle') Notification @endsection @section('extraStyle') @endsection @section('pageContent') Notification Dashboard User Notification Unread Read All @if(count($messages)) @if($type == 'unread') Mark as Read @endif Delete @endif @foreach($messages as $message) {{$message['message']}} {{$message['created_at']}} @endforeach @endsection @section('extraScript') @endsection