@extends('admin.layouts.app') @section('panel')
@if (request()->routeIs('admin.outcomes.declare.declared')) @endif @if (request()->routeIs('admin.outcomes.declare.pending')) @endif @forelse ($questions as $question) @if (request()->routeIs('admin.outcomes.declare.declared')) @endif @if (request()->routeIs('admin.outcomes.declare.pending')) @endif @empty @endforelse
@lang('Market') @lang('Match') @lang('Bet End Time') @lang('Bet Placed')@lang('Win Option')@lang('Action')
{{ $questions->firstItem() + $loop->index }}. {{ __(@$question->title) }}
@lang('image') {{ __(@$question->game->teamOne->short_name) }}
@lang('VS')
@lang('image') {{ __(@$question->game->teamTwo->short_name) }}
{{ showDateTime(@$question->game->bet_end_time) }}
{{ diffForHumans(@$question->game->bet_end_time) }}
{{ getAmount(@$question->bet_details_count) }} @if (@$question->winOption) {{ __(@$question->winOption->name) }} @else @lang('Refunded') @endif
@lang('Bets')
{{ __($emptyMessage) }}
@if ($questions->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @endpush @push('style') @endpush @push('script') @endpush