@extends('layouts.main') @section('title', 'Okis 3.0 | Artikel anlegen') @section('content')
Neuen Artikel anlegen
@csrf @include($view_folder .'._form')
@endsection @section('js-scripts') @endsection