@extends('layouts.app') @section('title') Editar Ranking @endsection @section('content')
@csrf @method('PUT')
image) style="display: none;" @endif>
image) style="display: none;" @endif>
@if($ranking->image) Imagem Destacada @endif
Prêmios
@foreach($ranking->rewards as $index => $reward)
Prêmio {{ $index + 1 }}
image) style="display: none;" @endif>
image) style="display: none;" @endif>
@if($reward->image) Imagem do Prêmio @endif

@endforeach
@endsection @push('css') @endpush @push('script') @endpush