@extends('web.layouts.layout') @section('content')
@include('web.pages.components.header.header')

{{__('web.notifications')}}

@if(count($notifications)) @else @include('web.pages.components.not_found',['message'=>__('web.not_found_notifications')]) @endif
@stop