@extends('admin.layout.master') @section('style') @stop @section('body')

{{$page_title}}

@foreach($results as $test) @endforeach
Test ID Name Email Result Passed Actions
{{ $test->test_id }} {{ $test->name }} {{ $test->email }} {{ $test->result }} {{ $test->created_at->diffForHumans() }} Delete
@endsection