{!! csrf_field() !!}

Create Reward


@if ($errors->has('price'))
{{ $errors->first('price') }}
@endif

@if ($errors->has('points'))
{{ $errors->first('points') }}
@endif