@extends('layouts.dash') @section('title') AGGIR @stop @section('subtitle_card',"") @section('content') @if (Session::has('message'))
| Ordre | Nom | Groupe | Option | Description | @foreach($t_grp as $grp)Grp{{ $grp }} | @endforeach
|---|---|---|---|---|---|
| {!! $aggir->ordre !!} | {!! $aggir->nom !!} | {!! $aggir->groupe !!} | {!! str_replace(',',' ',$aggir->option) !!} |
{!! $aggir->description !!} | @foreach($t_grp as $grp)
@foreach($t_modalite as $modalite)
{{ $modalite }} : {!! $aggir->{"valeur_".strtolower($grp.$modalite)} !!} @endforeach |
@endforeach