@extends('layouts.app') @section('title', 'Tests') @section('actions') New Test @endsection @section('content')
Reset
@forelse($tests as $test) @empty @endforelse
Test NameDescriptionSample ReportActions
{{ $test->name }} {{ \Illuminate\Support\Str::limit($test->description, 60) ?: '—' }} @if($test->hasSample()) View @else @endif
@csrf @method('DELETE')
No tests yet.
{{ $tests->links() }}
@endsection