@extends('layouts.admin-layout') @section('title', 'All Contact User') @section('content')

Contact Form

@csrf

Contact Section

Profile Preview

Contact Form Section


Contact Section

{{-- --}} {{-- --}} @foreach($all_get_contacts as $all_get_contact) {{-- --}} {{-- --}} @endforeach
First Name Email MessagestatusEdit
{{$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'}}--}} {{-- --}} {{-- --}} {{--
@endsection @section('script') @endsection