@extends('parent') @section('content')
@foreach ($categories as $categorie) @endforeach
Nom Action
{{ $categorie->nom }}
@stop @section('content-script') @stop