@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'My Tests'])
@csrf @method('POST')
New Test


@if ($errors->has('tags')) {{ $errors->first('tags') }} @endif
{{-- --}}
@include('js-css-help.addToTest')
@include('components.test-footer') @include('layouts.footers.auth.footer') @endsection