@extends('branch_staff.layouts.app') @section('panel')
@csrf
@lang('Image')
@lang('Upload Image')
@lang('Supported files'):
@lang('jpeg'), @lang('jpg'), @lang('png').
@lang('Image will be resized into '){{ getFileSize('userProfile') }} @lang('px')
@lang('First Name')
@lang('Last Name')
@lang('Username')
@lang('E-Mail Address')
@lang('Country')
@foreach ($countries as $key => $country)
{{ __($country->country) }}
@endforeach
@lang('Mobile Number')
@lang('State')
@lang('Zip Code')
@lang('City')
@lang('Address')
@if (!$account && $general->modules->referral_system)
@lang('Referred By')
@endif
@if (!$account)
@lang('KYC Data')
@endif
@lang('Submit')
@endsection @push('script') @endpush