@extends('layouts.app') @section('content')

Edit Point Reward

@csrf @method('PUT')
@error('reward')
{{ $message }}
@enderror
@error('points')
{{ $message }}
@enderror
@if($item->photo)
Current Photo

Current Photo

@endif @error('photo')
{{ $message }}
@enderror Upload a new photo to replace the current one. Max 2MB.
@endsection