@extends('layouts.master') @section('contain') {{-- style="box-shadow: 0px 0px 14px 3px #cfcfcf; background: linear-gradient(45deg, rgb(241, 234, 234), transparent);border: 1px solid #cdcdcd;" --}}

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