@extends('dashboard::layouts.admin') @section('content')
{!! Form::open([ 'method' => 'post', 'route' => ['admin.questionnaire.delete-points', $hackathonId, $hackId, $questionnaireId, $points->id], ]) !!}
Attention!
Do you really want to delete these points - {{ $points->from }} - {{ $points->to }} ?
{!! Form::submit('DELETE') !!} CANCEL
{!! Form::close() !!}
@endsection