@extends('layouts.admin') @section('content-title') {{ __('data.Edit Entity') }} @endsection @section('content-breadcrumbs') {{ Breadcrumbs::render('admin.data.new.entity')}} @endsection @section('css') @endsection @section('content')
@csrf
@foreach($cols as $col) {!!Helper::field($col,__($col->pivot->libelle),__($col->pivot->libelle), $entity)!!} @endforeach
@endsection @section('js') @endsection