@php $is_filter = request()->query('search') || request()->query('category') || request()->query('sort') || request()->query('limit'); @endphp @extends('layouts.frontend.master') @section('content') Utama Anggota Semua Anggota Daftar Semua anggota tomchat Filter Pencarian Cari @if ($is_filter) Reset @endif Dari {{ $attr->from }} Sampai {{ $attr->to }} | Total {{ $attr->total }} Data @foreach ($anggotas as $k => $item) @php $link_profile = $item->username ? url($item->username) : route('anggota.id', $item->id); @endphp {{ $item->nama }} @if ($item->whatsapp) +62{{ $item->whatsapp }} @endif @if ($item->telepon) {{ $item->telepon }} @endif @endforeach {!! $anggotas->links() !!} @endsection @section('stylesheet') @endsection @section('javascript') {{-- mansory --}} @endsection
Daftar Semua anggota tomchat