@extends('layouts.app') @section('content')
@lang('quickadmin.add_new') Export PDF
| {{--}} | @lang('quickadmin.testdata.fields.topic') | @lang('quickadmin.testdata.fields.testdata-text') | --}}ID | Name | Created At | Updated At | Actions | {{----}} | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $test->topic->title or '' }} | --}}{!! $test->testdata_text !!} | {{ $test->id or '' }} | {{ $test->name or '' }} | {{ $test->email or '' }} | {{ $test->created_at or '' }} | {{ $test->updated_at or '' }} | View Edit | {{-- {!! Form::open(array( 'style' => 'display: inline-block;', 'method' => 'DELETE', 'onsubmit' => "return confirm('".trans("quickadmin.are_you_sure")."');", 'route' => ['testdata.destroy', $test->id])) !!} {!! Form::submit(trans('quickadmin.delete'), array('class' => 'btn btn-xs btn-danger')) !!} {!! Form::close() !!} --}}||
| @lang('quickadmin.no_entries_in_table') | |||||||||