@extends('layouts.simple.master') @section('title', 'Kanban Board') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Kanban Board

@endsection @section('breadcrumb-items') @endsection @section('content')
Default Demo
Custom Board

| colors, gutter, click on board's item and restricting which boards to drag items to

API

add item, add board, delete board:

jKanban is Pure agnostic Javascript plugin for Kanban boards for more options please refer jkanban Official site And githup link
@endsection @section('script') @endsection