@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')

{{ __('My Notifications') }}

{{ __('Type') }} {{ __('Received On') }} {{ __('User Action') }} {{ __('Sender') }} {{ __('Subject') }} {{ __('Read On') }} {{ __('Actions') }}
@endsection @section('js') @endsection