@extends('frontend.layouts.master') @section('content')

{{ trans("routes.My Notifications") }}

@forelse ($notifications as $key => $notification)
{{ $notifications->links() }}
@empty

{{ trans("routes.There are no notifications") }}

@endforelse
@endsection @section('script') @endsection