@extends('core::admin.master') @section('title', $model->present()->title) @section('content') {!! BootForm::open()->put()->action(route('admin::update-tutorialcategory', $model->id))->multipart()->role('form') !!} {!! BootForm::bind($model) !!} @include('tutorialcategories::admin._form') {!! BootForm::close() !!} @endsection