@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) @endif {{__('static.back')}}
@if (auth()->user()->hasRole([App\Helpers\ConstantHelper::BUSINESS_USER])) @endif
@if (auth()->user()->approved_at == null) @endif
{{--
--}}
@if (auth()->user()->approved_at == null) @endif
@if (isset($companyProfile->vat_certificate)) {{__('static.view_document')}} @endif
@if (auth()->user()->approved_at == null) @endif @if (isset($companyProfile->photo_of_registration)) @endif
@endsection @section('script') {{-- --}} @endsection