@php $technologiesList = App\Models\Technology::pluck('name', 'id')->all(); @endphp @foreach($list as $consultant) @php $techs = ''; foreach ($consultant->technologies as $value) { $techs = $techs.' '.$technologies[$value->technology_id]; } @endphp @endforeach @if(count($list) == 0) @endif
Name Mobile Email Technologies Visa Type Status Creater Action
{{ ucwords($consultant->name) }} {{ $consultant->mobile }} {{ $consultant->email }} {{ Str::limit($techs, 15) }} {{ ucwords($consultant->visa_status) }} {{ $statuses[$consultant->status] }} @if(isset($consultant->creater?->name)) {{ ucwords($consultant->creater?->name) }} @endif list
No Data