@include('new_layouts.header')

Organization

@forelse($organizationList as $user)
@php $profile = \App\Models\Utility::get_file('uploads/avatar/'); @endphp
@if ($user->color_code != null || $user->color_code != '') @php $color_co=$user->color_code; @endphp @else @php $color_co =Utility::rndRGBColorCode(); @endphp @endif @if (!empty($user->avatar)) @else
{{ strtoupper($short) }}
@endif

{{ $user->company_name}}

{{ ucfirst($user->type) }}
@empty

{{__('No Organization found')}}

@endforelse
    {!! $organizationList->links() !!}
@include('new_layouts.footer')