@extends('admin::layouts.app') @section('content') @method('PUT') {{ __('admin.my_business_artistis') }} {{ __('admin.update_business_artistis') }} {{ __('admin.submit') }} {{ __('static.cancel') }} {{ __('admin.enter_the_details_below_for_update_business_artistis') }} {{ __('label.first_name') }} * {{ __('label.last_name') }} * @if($user->role->alias == App\Helpers\ConstantHelper::INDIVIDUAL_USER) Profile Photo * @if (isset($user->user_profile)) @endif @endif {{ __('label.email_id') }} * {{ __('admin.mobile_no') }} * @if (count($countries) > 0) @foreach ($countries as $country) mobile_code_id == $country->id ? 'selected' : '' }}> {{ $country->dial_code }} @endforeach @endif @if($user->role->alias == App\Helpers\ConstantHelper::INDIVIDUAL_USER) Gender* @foreach ($genderdropdown as $gender) userDetail->gender) && $user->userDetail->gender == $gender ? 'selected' : '' }}> {{ ucfirst($gender) }} @endforeach Date Of Birth * National ID Number * National ID Front Image * National ID Back Image * @endif {{ __('admin.enter_the_details_below_for_update_company_profile') }} @if($user->role->alias == App\Helpers\ConstantHelper::BUSINESS_USER) {{ __('admin.company_name') }} * {{ __('admin.company_logo') }} * @if(isset($user->companyProfile->company_logo)) @endif {{ __('admin.address') }} * @endif {{ __('admin.bank_name') }}* Bank Code * {{ __('admin.account_number') }} * @if($user->role->alias == App\Helpers\ConstantHelper::INDIVIDUAL_USER) DRUG Test certificate* {{-- @if ($user->approved_at == null) --}} {{-- @endif --}} @if (isset($user->photo_of_drug_test)) View Document @endif Criminal history test certificate* {{-- @if ($user->approved_at == null) --}} {{-- @endif --}} @if (isset($user->photo_of_criminal_history_test)) View Document @endif @endif {{-- {{ __('admin.ifsc_code') }} * --}} @if($user->role->alias == App\Helpers\ConstantHelper::BUSINESS_USER) {{ __('admin.vat_number') }} {{ __('admin.vat_expiry_date') }} {{ __('admin.upload_vat_certificate') }}* {{-- @if(!isset($user->companyProfile->vat_certificate)) --}} {{-- @endif --}} @if(isset($user->companyProfile->vat_certificate)) View Document @endif {{ __('admin.company_registration_no') }}* {{ __('admin.company_registration_expiry_date') }}* Upload Company Registration No * {{-- @if ($user->approved_at == null) --}} {{-- @endif --}} @if (isset($user->companyProfile->photo_of_registration)) View Document @endif {{ __('admin.registration_since') }}* @endif {{ __('admin.about_the_business_artist') }} * {{ isset($user->companyProfile->about) ? $user->companyProfile->about : '' }} {{ __('admin.experience') }} * @for ($i = 1; $i < 26; $i++) companyProfile->experience) && $user->companyProfile->experience == $i . " year" ? 'selected' : '' }}> {{ $i . ' year' }} @endfor {{ __('admin.status_update') }} status == App\Helpers\ConstantHelper::ACTIVE ? 'checked' : '' }}> {{ __('admin.active') }} status == App\Helpers\ConstantHelper::IN_ACTIVE ? 'checked' : '' }}> {{ __('admin.inactive') }} @endsection @section('script') @endsection
{{ __('admin.update_business_artistis') }}