@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('tewst::test.label.status')!!} Action
{{ $test->status }} View Edit Delete
{{ $tests->links() }}