@extends('layouts.main') @section('title', 'Taskboard') @section('content')

{{ __('Todos')}}

  1. {{ __('Dashbaord')}}

    {{ __('Lorem Ipsum is simply dummy text of the printing and typesetting industry.')}}

  2. {{ __('New project')}}

    {{ __('It is a long established fact that a reader will be distracted.')}}

  3. {{ __('Feed Details')}}

    {{ __('here are many variations of passages of Lorem Ipsum available, but the majority have suffered.')}}

In Progress

  1. {{ __('New Code Update')}}

    {{ __('Lorem Ipsum is simply dummy text of the printing and typesetting industry.')}}

  2. {{ __('Meeting')}}

    {{ __('The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero')}}

Completed

  1. {{ __('Job title')}}

    {{ __("If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.")}}

  2. {{ __('Event Done')}}

    {{ __('Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical')}}

@push('script') @endpush @endsection