@extends('layouts.appVue') @section('content')
Assignment Evaluation
{{-- @can('batch.create')--}} {{--
--}} {{-- Group--}} {{--
--}} {{-- @endcan--}} {{--
--}} {{-- Individual--}} {{--
--}}
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach ($batchs as $key=>$batch)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
#Program NameGroup NameCreated AtAction
{{ $key+1 }}{{ $batch->name }}{{ $batch->created_at->diffForHumans() }}--}} {{-- @can('batch.edit')--}} {{-- Edit--}} {{-- @endcan--}} {{-- @can('batch.destroy')--}} {{--
--}} {{-- @csrf--}} {{-- @method('DELETE')--}} {{-- --}} {{--
--}} {{-- @endcan--}} {{--
--}} {{--
--}} {{--
--}}
@endsection