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