@extends('layouts.master') @section('content')
@lang('descriptions.categories.crud')
@if (isset($category))
@csrf
Name:
@else
@csrf
Typ:
Art:
Hauptkategorie:
Name:
@endif
@endsection @section('back_button') Zurück @endsection