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