Contribution

@if(isset($articleCount)) @if($articleCount >= 10)

Hey Techie, Great Job {{ Auth::user()->first_name }}, You have contributed {{ $articleCount }} Articles.

@elseif($articleCount >= 5)

Good Job {{ Auth::user()->first_name }}, You have contributed {{ $articleCount }} Articles.

@else

You have contributed {{ $articleCount }} Articles.

@endif @else

No articles contributed yet.

@endif
@section('innerPageJs') @endsection