@extends('adminlte::page') @section('title', 'Sergic - Contacts') @section('content_header') @if(Session::has('message')) @endif

Contacts - Liste

@stop @section('content')
Nouveau Contact

@foreach($contacts as $contact) @endforeach
Prénom Nom Mail Téléphone Message Actions
{{ $contact->optin->firstname }} {{ $contact->optin->lastname }} {{ $contact->optin->email }} {{ $contact->optin->phone }} {{ $contact->message }}
@method('DELETE') @csrf
@stop @section('js') @stop