@extends('layouts.app') @section('title') NOTIFICATIONS @endsection @section('content')
@foreach (['Sr #', 'Screen', 'Action', 'Message', 'DateTime'] as $index => $colName) @endforeach
Sr # Screen Action Message DateTime
@endsection