@extends('layout.app') @section('title') {{ __('message.notification') }} @stop @section('content')
@isset($notifications) @forelse($notifications as $notification) apps->name}}">
@empty

@lang("message.no_notification")

@endforelse @endisset
@endsection @section("js") @endsection