@foreach (['name', 'email', 'phone', 'website', 'industry', 'address', 'country', 'state', 'city', 'zip_code'] as $field)
@if ($field == 'country')
@elseif($field == 'state')
@else
@endif
@endforeach
@php
$bankShortNames = ['abl', 'fbl', 'hbl', 'mbl', 'mcb', 'ubl'];
@endphp
@can('orgnization_profile.update')
@endcan