--}}
{{-- @if($notifications->count() > 0)--}}
{{-- @foreach($notifications as $notify)--}}
{{-- @if($notify->data['order_id'])--}}
{{--
--}}
{{-- --}}
{{-- --}}
{{-- Request new order--}}
{{-- - {{ Carbon\Carbon::parse($notify->created_at)->diffForHumans() }}--}}
{{--
--}}
{{-- --}}
{{-- @endif--}}
{{-- @foreach($notify->data as $key => $value )--}}
{{-- @if($key == 'email_subscription')--}}
{{--
--}}
{{-- --}}
{{-- --}}
{{-- New users registered for newsletter--}}
{{-- - {{ Carbon\Carbon::parse($notify->created_at)->diffForHumans() }}--}}
{{--
--}}
{{-- --}}
{{-- @endif--}}
{{-- @endforeach--}}
{{-- @foreach($notify->data as $key => $value )--}}
{{-- @if($key == 'billing_name')--}}
{{--
--}}
{{-- --}}
{{-- --}}
{{-- New users registered--}}
{{-- - {{ Carbon\Carbon::parse($notify->created_at)->diffForHumans() }}--}}
{{--
--}}
{{-- --}}
{{-- @endif--}}
{{-- @endforeach--}}
{{-- @endforeach--}}
{{-- @else--}}
{{--
--}}
{{-- --}}
{{-- --}}
{{-- No new orders--}}
{{--
--}}
{{--