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

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
Extensiones permitidas (jpg, png, gif, jpeg) @if ($errors->has('image_path')) {{ $errors->first('image_path') }} @endif
@if ($errors->has('state')) {{ $errors->first('state') }} @endif
@endsection