Closed budeci closed 8 years ago
Hi, which version of SleepingOwl admin are you using?
You can see examples here https://github.com/LaravelRUS/SleepingOwlAdminDemo/tree/master/app/Admin
This repository is using 4.x version.
I use SleepingOwl v3 in V3 is possible such a trick? I want to add two fields in the form imported.
$description = Admin::model(Ecommerce\Productso\Models\CategoryDescription::class)->fullEdit($editId);
$tabs[] = AdminDisplay::tab($description)->label($item->name);
I want to add two fields in imported form