@include('public::notifications')

My Tests

Your awesome text goes here.


{!!Form::open()->method('GET')!!}
{!!Form::text('search')->type('search')->class('form-control')->placeholder('Search for...')->raw()!!}
{!! Form::close()!!}
@foreach($tests as $test) @endforeach
{!! trans('test::test.label.code')!!} {!! trans('test::test.label.name')!!} {!! trans('test::test.label.description')!!} {!! trans('test::test.label.latitude')!!} {!! trans('test::test.label.longitude')!!} {!! trans('test::test.label.status')!!} Action
{{ $test->code }} {{ $test->name }} {{ $test->description }} {{ $test->latitude }} {{ $test->longitude }} {{ $test->status }} View Edit Delete
{{ $tests->links() }}