@extends('layouts.app') @section('btn') @endsection @section('content')
@foreach($structures as $structure) @endforeach
Structure Type Contacts Responsable Site web Remarque Effacer Actions
{{$structure->name}} {{$structure->type}} {{$structure->telephone}}
{{$structure->email}}
{{$structure->responsible}}
{{$structure->cc_responsible}}{{$structure->phone_responsible}}
{{$structure->website}} @if($structure->note) lire @else pas de note @endif Modifier
@endsection @section('scripts') @include('layouts.plugins.scripts.datatable') @endsection