@extends('template.home.index') @section('style') @endsection @section('content') {{-- chat --}}
{{--
--}} {{ trans('chats.chats') }}
@foreach ($chats as $key => $item) @php $chat= last($item); $notify = current($item); $count = 0; do { if($notify['type'] != 2) { $notify = next($item); $count++; }else{ $chat = $notify; break; } } while (count($item) > $count); @endphp
  • {{-- --}}
  • @endforeach
    {{--
    --}}
    {{-- --}}
    @endsection @section('js') @endsection