@extends('frontend.layouts.user_panel') @section('panel_content')
{{translate('Notifications')}}
{{ $notifications->links() }}
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') @endsection