@extends('layouts.app') @section('title', $title = __('NeuralNetwork.add')) @section('content')
@csrf

{{ __('forms.registers') }}

@include('neural-networks.partial.register')

{{ __('forms.properties') }}

@include('neural-networks.partial.property')

@include('neural-networks.partial.scripts') @endsection