@extends('layouts.app') @section('styles') @endsection @section('content')
| الاسم | رقم الهاتف | البريد الإلكتروني | الرسالة | وقت الإرسال | {{__('admin.replyed')}} | إجرات |
|---|---|---|---|---|---|---|
| {{ $contact->name }} | {{ $contact->phone }} | {{ $contact->email }} | {!! \Illuminate\Support\Str::limit(strip_tags($contact->message) , 30); !!} | {{ $contact->created_at->diffForHumans() }} | {!! $contact->isRepliedTxt !!} |