@extends('dashboard/master/master') @section('title', ' تواصل معنا') @section('page-style') @endsection @section('content') {{-- Actions Delete Archive Print Another Action --}} الاسم البريد الهاتف الموضوع التاريخ التحكم @foreach($contacts as $row) {{ $row->name }} {{ $row->email }} {{ $row->phone }} {{ $row->Subject->title }} {{ Date::parse($row->created_at)->diffForHumans() }} {{-- $69.99 --}} @endforeach مشاهدة @csrf محتوي الرسالة الملف @endsection @section('vendor-script') @endsection @section('page-script') @endsection