Contact |
@foreach($contacts as $contact) @endforeach
name email phone_number from message
{{ $contact->name }} {{ $contact->email }} {{ $contact->phone_number }} {{ $contact->from }} {{ $contact->message }}
{{ $contacts->links() }}