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





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

RENSEIGNEZ LES INFORMATIONS

@foreach ($all_bdd_societe as $bas) @endforeach
Raison sociale Contact Email Domaine Actions
{{$bas->rs}} {{$bas->contact}} {{$bas->email}} domaine
@stop