@extends('core::admin.master') @section('title', __('New tutorialcategory')) @section('content') {!! BootForm::open()->action(route('admin::index-tutorialcategories'))->multipart()->role('form') !!} @include('tutorialcategories::admin._form') {!! BootForm::close() !!} @endsection