{{-- --}} {{-- --}} @forelse ($typesServices as $typeService) {{-- --}} {{-- --}} @empty @endforelse
Type Opportunités d’affairesServiceAccès ActifAjouté leAction
{{$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
@if ($typesServices)
{{ $typesServices->links() }}
@endif