@extends('layouts.shop') @section('title', 'Settings - Delivery Agent') @section('content')
@include('delivery.partials.sidebar')

Availability Status

@csrf

Current Status

Toggle to mark yourself as {{ $agent->is_available ? 'unavailable' : 'available' }} for new orders.

Change Password

@csrf
Min 8 chars Uppercase Lowercase Number Special

Danger Zone

Once you deactivate your account, you will be logged out and unable to access the delivery panel until an admin reactivates it.

@csrf
@endsection