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


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

RENSEIGNEZ LES INFORMATIONS SUR l'AGENT DE {{$soc[0]->rs}}

@if(Auth::user()->role == 1)
@foreach($agt as $agt) @endforeach
Nom Prenom Contact Adresse Actions
{{$agt->nom}} {{$agt->prenom}} {{$agt->contact}} {{$agt->adresse}}
@endif @stop