@extends('layouts.front_client') @section('title') AMDIEX - Espace Client @endsection @section('css') @endsection @section('content')

#{{$entity->id}}

@csrf
@foreach($cols as $col) {!!Helper::field_front($col,__($col->pivot->libelle),__($col->pivot->libelle), $entity)!!} @endforeach
@endsection @section('js') @endsection