@extends('parent') @section('content')
@foreach ($secteurs as $secteur) @endforeach
ID Nom Action
{{ $secteur->id }} {{ $secteur->nom }}
@stop @section('content-script') @stop