@extends('layout.default')
@section('title')
{{ __('notification.notifications') }} - {{ config('other.title') }}
@endsection
@section('breadcrumbs')
{{ __('notification.notifications') }}
@endsection
@section('page', 'page__user-notification--index')
@section('content')
@livewire('notification-search')
@endsection