@extends('admin.layout.layout')
@section('title',__('Users'))
@push('css')
@endpush
@section('breadcrumbs')
{{ __('Users') }}
{{ __('Edit User') }}
@endsection
@section('content')
@endsection
@push('scripts')
@php
$country_iso = App\Helpers\CodeHelper::iso($user->country_code);
@endphp
@endpush