@foreach($activeConsultings as $key=> $row) {{$loop->iteration}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- {{__('activeConsultings.'.$row->consulting_type)}}--}} {{__('activeConsultings.'.$row->consulting_way)}} {{$row->consulting_date}} {{date('h:i A', strtotime($row->consulting_time))}} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} {{-- @if($row->deleted_at)--}} {{-- {{ __('dashboard.restore') }}--}} {{-- {{ __('dashboard.delete') }}--}} {{-- @else--}} {{ __('dashboard.edit') }} @if(in_array($row->consulting_way, ['phone', 'office']) && $row->status == 'active') @endif @if($row->consulting_way == 'zoom' && $row->status == 'not_active') @endif @if($row->consulting_way == 'zoom' && $row->status == 'active') @endif {{-- --}} {{-- {{ __('dashboard.trash') }}--}} {{-- @endif--}} @endforeach @if( count( $activeConsultings ) ) {{ $activeConsultings->links() }} @endif