@extends('user.layouts.app') @section('content') @section('title', 'Notifications')

{{__('language.notification')}}

{{__('language.filter_by')}}

{{$unread_count}} {{__('language.unread_notification')}}

{{__('language.today')}}

{{__('language.previous')}}

{{ $branches->links('pagination::bootstrap-4') }} {{--
--}} @endsection