@extends('layouts.frontend-member') @section('title', __('message.notification')) @section('content')
{{ __('message.report') }} @include('frontend.inc.change-language')
@forelse ($notifications as $notification) @empty @endforelse
@endsection