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

{{__('Tests')}}

@endsection @section('content')

{{__('Edit Test')}}

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