@extends('layout.layout') @section('breadcrumb') Modification d'entreprise @endsection @section('content')
@csrf
@if(Session::has('message'))
{{Session::get('message')}}
@endif @foreach($entreprise->etablissements()->get() as $etablissement) @endforeach
Entreprise Action
{{$etablissement->nom}}
@csrf
@csrf
@endsection