@extends('layouts.master') @section('title') Edit Pot @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Pots @endslot @slot('title') Edit @endslot @endcomponent @include('partials.session')

Edit Pot

@csrf
is_active === 1 ? 'checked' : ''}}>
{{-- --}}
{{-- --}}

Percentages For Winners

@for($i=1; $istandings); $i++)
@endfor

Rewards Detail

{{--
--}}
@for($i = 1; $i < count($item->standings[0]->standing_rewards); $i++)
{{--
--}}
@endfor

@for($i = 1; $i < count($item->standings); $i++)
@php $selected = count($item->standings[$i]->standing_rewards) > 0 ? $item->standings[$i]->standing_rewards[0]->item_id : -1; $selected_quantity = count($item->standings[$i]->standing_rewards) > 0 ? $item->standings[$i]->standing_rewards[0]->quantity : ""; @endphp
{{--
--}}
@for($j = 1; $j < count($item->standings[$i]->standing_rewards); $j++)
{{--
--}}
@endfor

@endfor
@endsection @section('script') @endsection