@extends('layouts.app') @section('title') {{__('Create Test')}} @endsection @section('css')
@endsection @section('breadcrumb')
{{__('Tests')}}
{{__('Home')}}
{{__('Tests')}}
{{__('Create Test')}}
@endsection @section('content')
{{__('Create')}}
@csrf @include('admin.tests._form')
@endsection @section('scripts') @endsection