@extends('layouts.master') @section('contain') {{-- --}}

Winners Management

{{-- --}}
{{--
Data table example
--}}
@foreach ($winners as $winner) @if ($winner->leaderboard != null) @endif @if ($winner->firstpost != null || $winner->secondpost != null || $winner->thirdpost != null) @if ($winner->firstpost != null) @endif {{-- @if ($winner->secondpost != null) @endif @if ($winner->thirdpost != null) @endif --}} @endif @endforeach
{{ $winners->links() }}
@endsection