@extends('admin::layouts.app') @section('content') @php $readonly = 'readonly'; if (auth()->user()->approved_at == null) { $readonly = ''; } @endphp {{__('static.company_profile_section')}} @if (auth()->user()->approved_at == null) Note: Please wait for profile approval. @endif @if (auth()->user()->approved_at == null) Submit @endif {{__('static.back')}} @if (auth()->user()->hasRole([App\Helpers\ConstantHelper::BUSINESS_USER])) {{__('static.admin_company_profile')}} {{__('static.my_profile')}} @endif {{__('static.company_name')}} * {{__('static.company_logo')}}* @if (auth()->user()->approved_at == null) @endif @if (isset($companyProfile->company_logo)) @endif {{-- Address * --}} {{__('static.bank_name')}} * {{__('static.bank_code')}} * {{__('static.account_number')}} * {{__('static.vat_number')}} * {{__('static.vat_expiry_date')}} * {{__('static.upload_vat_certificate')}} * @if (auth()->user()->approved_at == null) @endif @if (isset($companyProfile->vat_certificate)) {{__('static.view_document')}} @endif {{__('static.company_registratin_number')}} * {{__('static.upload_company_registration_no')}} * @if (auth()->user()->approved_at == null) @endif @if (isset($companyProfile->photo_of_registration)) {{__('static.view_document')}} @endif {{__('static.company_registration_expiry_date')}} * {{__('static.registration_since')}} * {{__('static.about_the_business')}} * {{ isset($companyProfile->about) ? $companyProfile->about : '' }} {{ __('admin.experience') }} * user()->approved_at != null) disabled @endif> @for ($i = 1; $i < 26; $i++) experience) && $companyProfile->experience == $i . ' year' ? 'selected' : '' }}> {{ $i . ' year' }} @endfor @endsection @section('script') {{-- --}} @endsection
Note: Please wait for profile approval.