@extends('delivery_boy/layout') @section('title') {{ labels('admin_labels.account', 'Account') }} @endsection @section('content')

{{ labels('admin_labels.account_setting', 'Account Setting') }}

{{ labels('admin_labels.efficiently_manage_account_with_precision', 'Efficiently Manage Account With Precision') }}

@csrf @method('PUT')
@php $zones = !empty($user->serviceable_zones) ? explode(',', $user->serviceable_zones) : []; @endphp
Not Found
Not Found
@endsection