@extends('layouts.admin') @section('page-title') {{ __('Todo') }} @endsection @section('content') @if ($currentWorkspace) {{ __('Todo') }} {{ __('Todo') }} {{ __('of') }} {{ __('remaining') }} {{ __('Archive') }} {{ __('Please enter your task name') }} {{ __('Add') }} @else 404 {{ __('Page Not Found') }} {{ __("It's looking like you may have taken a wrong turn. Don't worry... it happens to the best of us. Here's a little tip that might help you get back on track.") }} {{ __('Return Home') }} @endif @endsection @if ($currentWorkspace) @push('scripts') @endpush @endif
{{ __("It's looking like you may have taken a wrong turn. Don't worry... it happens to the best of us. Here's a little tip that might help you get back on track.") }}