@foreach($list as $consultant) @php $techs = ''; foreach ($consultant->technologies as $value) { $techs = $techs.' '.$technologies[$value->technology_id]; } @endphp @endforeach @if(count($list) == 0) @endif
Date Name Mobile Email Technologies Visa Type Status Creater Action
{{ Date::parse($consultant->created_at)->format(env('APP_DATE')) }} {{ 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 create mail
No Data