@extends('layouts.adminpages') @section('content')
Volver
Editar Premio

@csrf @method('PUT')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('image_path')) {{ $errors->first('image_path') }} @endif
@if ($errors->has('state')) {{ $errors->first('state') }} @endif
@endsection