@extends('appshell::layouts.private') @section('title') {{ __('Create Category Tree') }} @stop @section('content') {!! Form::open(['route' => 'vanilo.admin.taxonomy.store', 'autocomplete' => 'off','enctype'=>'multipart/form-data', 'class' => 'row']) !!}
{{ __('Category Tree Details') }}
@include('vanilo::taxonomy._form')
@include('vanilo::media._create')
{!! Form::close() !!} @stop