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