Extend Webkul Admin css to new admin package
-
I want to use the css used by the WebKul Admin packages (such as the dashboard-card class) in my custom package. What is an easy way to extend this functionality?
-
Hi @bowis,
Just extend your blade file with admin package layout,
@extends('admin::layouts.content')