Type Opportunités d’affaires | {{--Service | --}}Accès | Actif | {{--Ajouté le | --}}Action |
---|---|---|---|---|---|
{{$typeService->name}} {{ $typeService->type === 1 ? ' (Service)' : '' }} | {{--{{ $typeService->type === 1 ? 'OUI' : 'NON' }} | --}}{{ $typeService->private ? 'Privé' : 'Publique' }} | {{ $typeService->active ? 'OUI' : 'NON' }} | {{--{{ date("d M Y H:i", strtotime($typeService->created_at)) }} | --}}{!! Form::model($typeService, ['method' => 'DELETE', 'id'=>'type-service'.$typeService->id, "url" => route('admin-cnp.types-services.destroy', $typeService)]) !!} @csrf {!! Form::close() !!} |
Pas encore de types Business Opportunity |