@extends('fond') @section('title','- Contacts') @section('content')
@csrf

RENSEIGNEZ LES INFORMATIONS

@foreach ($ctct as $ctct) @endforeach
Nom Prenom Contact Email Actions
{{$ctct->nom}} {{$ctct->prenom}} {{$ctct->contact}} {{$ctct->email}}
@stop