@extends('layouts.dashboard') @section('title-content')
{{ Form::open(['route' => 'result.submit', 'method' => 'POST', 'role' => 'form']) }} {{ Form::hidden('result_id', $id) }} {{ Form::hidden('batch_id', $batch_id) }} {{ Form::hidden('course_id', $course_id) }} @foreach ($results as $item) Delete @if ($k % 5 == 0)