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