@extends('fond') @section('title','- Enregistrer') @section('content')




@if (session('message')) @endif @if (session('success')) @endif
@csrf

RENSEIGNEZ VOS INFORMATIONS | AGENT DE {{$soc[0]->rs}}

@if(Auth::user()->role == 1)
@foreach($agt as $agt) @endforeach
Nom Prenom Contact Email Action
{{$agt->nom}} {{$agt->prenom}} {{$agt->contact}} {{$agt->adresse}} @if(Auth::check() and Auth::user()->etat == 1) @else @endif
@endif @stop