@extends('layouts.mobile') @section('title', 'Become a Worker - Gletra') @push('styles') @endpush @section('content')
Worker Panel
Work with Gletra
Accept local service jobs, track earnings, manage availability, and get paid securely through your worker panel.
Nearby Job Requests

Get electrician, plumber, and home service requests near you.

Wallet & Withdrawals

Track completed job earnings and request payouts anytime.

Live Job Tracking

Share live location with customers while you are on the way.

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @auth @if($pendingApproval ?? false)

Approval Pending

Your worker registration has been submitted. An admin will review and approve your account before you can access the worker dashboard.

Status: Waiting for admin approval

Browse Gletra Shop Contact Support @else

Join as a Gletra Worker

Register your worker profile. After admin approval, you can open your dashboard and accept jobs.

@csrf @error('display_name')

{{ $message }}

@enderror @error('hourly_rate')

{{ $message }}

@enderror
Browse Gletra Shop @endif @else

Create your worker account

Register first. After admin approval, you can log in and access your worker dashboard.

Register as Worker Already registered? Log in @endauth
@endsection