@extends('layout.default') @section('title') {{ __('notification.notifications') }} - {{ config('other.title') }} @endsection @section('breadcrumbs') @endsection @section('main') @livewire('notification-search') @endsection