@extends('backend.layouts.master') @section('pageTitle') Notification @endsection @section('extraStyle') @endsection @section('pageContent')

Notification

@if(count($messages)) @if($type == 'unread') Mark as Read @endif Delete @endif
@endsection @section('extraScript') @endsection