@extends('layout.client') @section('content')
@foreach($all_notification as $notification) @endforeach @if(count($all_notification) > 0) @else

{{__('No notifications for you at the moment!')}}

@endif
@endsection