@include('header')
@include('Navheader') @include('headbar') @include('sidebar')
@include('partials.alert')

Update Prize

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('win_chance')) {{ $errors->first('win_chance') }} @endif
@if ($errors->has('count')) {{ $errors->first('count') }} @endif
Color
@if ($errors->has('color')) {{ $errors->first('color') }} @endif
@if($prize->is_active == 1) @else @endif
@include('assetjs');