@include('partials.topbar')
@csrf
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
Task Manager
Available Balance
Enter Amount
Submit Task
Completed tasks
View Tasks
@include('partials.bottombar')