@extends('layouts.app') @section('title') {{__('Create Test')}} @endsection @section('css') @endsection @section('breadcrumb')

{{__('Tests')}}

@endsection @section('content')

{{__('Create')}}

@csrf @include('admin.tests._form')
@endsection @section('scripts') @endsection