@extends('layouts.adminlayout') @section('title','CARRISOFT V2: Gestion Produit') @section('content')

{{__('messages.EDITER UN PROFIL')}}



@csrf
{{__('messages.Cocher les droits du profil')}} @foreach($droits as $droit)
droit_id==$droit->droit_id) checked @endif @endforeach>
@endforeach
@endsection @section('extra-js') @endsection