@extends('layouts/layoutMaster') @section('title', 'Select Kanban Board') @section('head') @endsection @section('content')

Select Your Kanban Board

Choose a board to start managing your tasks, or create a new one

@if($boards->count() > 0) @else

No Kanban Boards Yet

Create your first kanban board to start organizing and managing your tasks efficiently.

@endif
@endsection @push('scripts') @endpush