@extends('layouts.app') @section('title', 'My Tasks') @section('content')

My Tasks


@include('task.partials.statistics')
@include('task.partials.search')
@endsection @push('scripts') @endpush