@extends('admin/layout')
@section('title')
{{ labels('admin_labels.update_seller', 'Update Seller') }}
@endsection
@section('content')
@php
use App\Models\City;
use App\Models\Zone;
use App\Services\TranslationService;
use App\Services\MediaService;
@endphp