@extends('layoutAdmin') @section('content1') @include('errors.list')
Kontaktirajte nas poruke
@foreach($contacts as $key => $contact) @endforeach
# Ime Email Telefon Poruka Datum
{{ $key + 1 }} {{ $contact->name }} {{ $contact->email }} {{ $contact->phone }} {{ $contact->message }} {{ $contact->created_at }}
@endsection