@section('title', 'Edit Prize') @extends('layouts.admin') @section('extra-css')
@if($errors->any()) @foreach($errors->all() as $error) @endforeach @endif
@method('PATCH') @csrf
@endsection