@extends($activeTemplate . 'layouts.bet') @section('bet') @php $optionsId = collect(session()->get('bets')) ->pluck('option_id') ->toArray(); @endphp
{{ __($game->teamOne->name) }}
image
@lang('VS')
image
{{ __($game->teamTwo->name) }}
@lang('Markets')
@forelse ($game->questions as $question)

    @forelse ($question->options as $option)
  • @empty @lang('No odds available for now') @endforelse
@empty
@lang('image')

@lang('No markets available for now')

@endforelse
@endsection