@extends('layouts.admin') @section('page-title') {{__('Todo')}} @endsection @section('content')
@if($currentWorkspace)

{{ __('Todo') }}

{{ __('Todo')}}

{{ __('of')}} {{ __('remaining')}}
    {{ __('Please enter your task name')}}
    @else

    404

    {{ __('Page Not Found') }}
    @endif
    @endsection @if($currentWorkspace) @push('scripts') @endpush @endif