-
@foreach ($notifications as $notification)
-
@if ($notification->type == 'message')
{{ __('j18') }}@else
{{ $notification->text }} @if (auth()->user()->id == 1) {{ __('j19') }} @else {{ __('j20') }} @endif
{{ $notification->created_at }} | {{ \Carbon\Carbon::parse($notification->created_at)->diffForHumans() }}
@if ($notification->type == 'Withdraw') {{ __('j22') }} @endif@endif
{{ $notification->text }}
{{ $notification->created_at }} | {{ \Carbon\Carbon::parse($notification->created_at)->diffForHumans() }}
@endforeach
{{ __('j24') }}
@endif