@extends('frontend.layouts.master') @section('content') {{ trans("routes.My Notifications") }} @forelse ($notifications as $key => $notification) @if($notification['data']['image'] !== null && trim($notification['data']['image']) !== "") @else @endif {!! $notification['data']['title'] !!} {!! $notification['data']['body'] !!} {{ $notifications->links() }} @empty {{ trans("routes.There are no notifications") }} @endforelse @endsection @section('script') @endsection
{!! $notification['data']['title'] !!}
{!! $notification['data']['body'] !!}
{{ trans("routes.There are no notifications") }}