@extends('panel.layouts.master') @section('content')

Bize Ulaş İstekleri

@foreach ($contacts as $contact) @endforeach
Ad Soyad E-posta Telefon Mesaj Okundu Durumu Oluşturulma Tarihi İşlemler
{{ $contact->name }} {{ $contact->email }} {{ $contact->phone }} {{ $contact->message }} @if($contact->is_read) Okundu @else Okunmadı @endif {{ $contact->created_at->locale('tr')->translatedFormat('d F Y') }}
@endsection @push('javascript') @endpush @push('style') @endpush