@extends('layout') @section('content')
@include('layout.component.my-account.menu', ['active' => 'notifications'])

通知

@include('layout.component.my-account.filter') @include('layout.component.my-account.notifications')
@endsection