@extends('layouts.admin-layout') @section('title', 'All Contact User') @section('content')
| First Name | Image | Message | {{--Edit | --}}||
|---|---|---|---|---|---|
| {{$all_get_contact->first_name}} | {{$all_get_contact->email}} | ![]() |
{{ substr($all_get_contact->message, 0, 20) }} {{ strlen($all_get_contact->message) > 100 ? '...' : '' }} | {{----}} {{-- {{$all_get_contact->status === 1 ? 'Send The Complete Register Link To The User' : 'Not Send The Register Link'}}--}} {{-- | --}} {{--Edit | --}}