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

Optins - Liste

@stop @section('content')
Nouveau Optin

@foreach($optins as $optin) @endforeach
Prénom Nom Mail Téléphone Newsletter Google ID Actions
{{ $optin->firstname }} {{ $optin->lastname }} {{ $optin->email }} {{ $optin->phone }} {{ $optin->consent }} {{ $optin->google_id }}
@method('DELETE') @csrf
@stop @section('js') @stop