@extends('layouts.app') @section('content')

@lang('admin.tests.title')

@lang('admin.view')
@lang('admin.tests.fields.name') {{ $test->name }}
@lang('admin.tests.fields.description') {{ $test->description }}

 

@lang('admin.back_to_list')
@stop