@extends('parent') @section('content')
@foreach ($types as $type) @endforeach
Nom Description Action
{{ $type->nom }} {{ $type->description }}
@stop @section('content-script') @stop