@extends('admin.layouts.content') @section('content')
# | Full Name | Mobile Number | Group | Status | Action | |
---|---|---|---|---|---|---|
{!! $loop->iteration !!} | {!! $contact->full_name !!} | {!! $contact->number !!} | {!! $contact->user_id !!} | {!! $contact->is_active ? 'Active' : 'Inactive' !!} | @include('components.edit', ['route' => route('Edit Contact', ['id' => $contact->id])]) | |
No record(s) found. |